Xbasic
USER_VARIABLES_ENUM Function
Syntax
Var_List as C = USER_VARIABLES_ENUM(P variables)
Arguments
- Var_List
A CR-LF delimited list of user variables.
- variables
Pointer A pointer to a variable frame.
Description
The USER_VARIABLES_ENUM() function returns a CR-LF delimited list of user variables in the variable frame referenced by Pointer.
Example
? user_variables_enum(global_variables() ) = ats mts sts ots ets dts wts
See Also