Xbasic
VARIABLE_CONTEXT_NAME Function
Syntax
Frame as C = VARIABLE_CONTEXT_NAME(P variables)
Arguments
- Frame
The name of the variable frame, if any.
- variables
A pointer to the variable.
Description
The VARIABLE_CONTEXT_NAME() function returns the name of the variable frame (if any) of the referenced variable.
Discussion
Example
? variable_context_name(global_variables() ) = "Global"
See Also