GlobalVariableName
Returns the name of a global variable by its ordinal number.
string GlobalVariableName(
int index
);
|
Parameters
index
[in] Sequence number in the list of global variables. It should be greater than or equal to 0 and less than GlobalVariablesTotal().
Return Value
Note