globalvalue(
)

The globalvalue( 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 globalvalue("DefaultAreaCode")+Phone

Note: This function also has an alternate name: grabglobalvariable(


See Also


History

VersionStatusNotes
10.0NewNew in this version.