v5.0
Retrieves the value of a global variable set with SetGlobal or SetGlobalObject.
oVariant = GetGlobal( in_VariableName ); |
The Variant value set by a call to SetGlobal. If the global variable does not exist then null is returned.
Parameter | Type | Description |
---|---|---|
in_VariableName | String | Name of the variable to look up |
// See SetGlobal for a JScript example using GetGlobal |
' See SetGlobal for a VBScript example using GetGlobal |