Field-Map Scripting

4.1.8.2 GetGlobalVariable

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


Example