isGlobalVariableExists

isGlobalVariableExists ( string variableName ) : boolean

Check if a global variable exists and return true or false.

Parameters

variableName

The name of the variable to check.