axlGetWCCVar
axlGetWCCVar(x_hscrt_name) =>x_handle/ nil
Description
Finds the specified variable by name and returns a handle to it.
Arguments
Value Returned
Examples
Returns a handle to the variable CAP.
x_handleToVar = axlGetWCCVar(1005 "CAP")
=> 1005
Related Topics
Return to top