DiscardGlobal (Object subroutine): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (→Usage notes) |
||
Line 12: | Line 12: | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
If the specified global name does not reference an object, this method does nothing. | |||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:Object:DiscardGlobal footer}} | {{Template:Object:DiscardGlobal footer}} |
Revision as of 15:52, 7 August 2014
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 a Object object variable, which may be Null. |
---|---|
name | string |
Usage notes
If the specified global name does not reference an object, this method does nothing.