Copy (Screen function)

From m204wiki
Revision as of 22:32, 16 November 2012 by JAL (talk | contribs) (→‎Usage notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Return a copy of a screen object (Screen class)

The Copy method returns a Screen object that is a copy of the method object.

Syntax

%outScreen = screen:Copy

Syntax terms

%outScreen A declared Screen object.
screen A reference to an instance of a Screen object, which may be Null.

Usage notes

  • The method object (screen) may be Null. The output of a copy of a Null object is a Null object.

See also