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