DiscardGlobal (Object subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
{{Template:Object:DiscardGlobal subtitle}}
{{Template:Object:DiscardGlobal subtitle}}
This page is [[under construction]].


==Syntax==
==Syntax==

Latest revision as of 19:06, 7 August 2014

Discard a global object (Object class)


Syntax

%(Object):DiscardGlobal( name)

Syntax terms

%(Object) The class name in parentheses denotes a shared method. DiscardGlobal can also be invoked via an Object class object variable, which may be Null.
name A string that specifies the global name of the object to be discarded.

Usage notes

If the specified global name does not reference an object, this method does nothing.

Examples

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

See also