DiscardGlobal (Object subroutine)

From m204wiki
Revision as of 15:55, 7 August 2014 by JAL (talk | contribs)
Jump to navigation Jump to search

Discard a global object (Object class)


This page is under construction.

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 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 also