grabglobalvariable()

The grabglobalvariable( function returns the value of a global variable.


Parameters

No parameters.


Description

This function makes it possible to access a global variable even if there is a local or fileglobal variable with the same name.

This example dials the phone using the default area code stored as a global variable named DefaultAreaCode.

dial grabglobalvariable("DefaultAreaCode")+Phone

See Also


History

VersionStatusNotes
1.0NewNew in this version.