GlobalVariableSet
Sets a new value for a global variable. If the variable does not exist, the system creates a new global variable.
datetime GlobalVariableSet(
string name,
double value
);
|
Parameters
name
[in] Global variable name.
value
[in] The new numerical value.
Return Value
Note