GetGlobalVariable function
Prototype: |
function GetGlobalVariable(const name: string): variant; |
|
Description: |
Use the GetGlobalVariable function to obtain a value saved in the global variable specified in a parameter of this function. |
|
Syntax: |
Globals.GetGlobalVariable(Name); |
|
Part |
Description |
|
Name |
A string or a variable declared as a string which represents the name of the global variable |
|
Return value: |
The value of the specified global variable as a variant |
|
See also:
SetGlobalVariable; GetGlobalVariable; GlobalVariableExists; RemoveGlobalVariable; RemoveGlobalVariables; Value
© 2024 IFER-Monitoring and Mapping Solutions