Field-Map Scripting

4.1.8.4 RemoveGlobalVariable

RemoveGlobalVariable procedure


Prototype:

procedure RemoveGlobalVariable(const name: string);

Description:

The RemoveGlobalVariable procedure removes a global variable with a given name (if it exists).

Syntax:

Globals.RemoveGlobalVariable(Name);


Part

Description


Name

A string parameter specifying the global variable to be removed

Return value:

none




See also:

SetGlobalVariable; GetGlobalVariable; GlobalVariableExists; RemoveGlobalVariable; RemoveGlobalVariables; Value


Example