axlSDBGetValue
axlSDBGetValue(x_SDBH) =>t_value/ nil
Description
Returns the value of the provided setup database handle.
Arguments
Value Returned
|
The value of the given setup database handle is not returned. |
||
Examples
Returns the value of the given setup database handle.
;; given mainSDBH pointing to current setup and some variables
varSDBH = axlGetVar(mainSDBH "VDC")
axlSDBGetName(varSDBH)
=> "VDC"
Return to top