GetGlobal (Object subroutine)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Retrieve global object reference (Object class)


Syntax

%(Object):GetGlobal( name, target)

Syntax terms

%(Object) The class name in parentheses denotes a shared method. GetGlobal can also be invoked via an Object class object variable, which may be Null.
name A string that specifies a global name that references an object.
target An Object class object variable to be set by GetGlobal to reference the object referenced by the global name name.

Usage notes

If name does not reference an object, GetGlobal sets target to Null.

Examples

See Using system class methods to access global and session objects.

See also