Copy (Screen function)

From m204wiki
Revision as of 19:01, 31 January 2011 by Tom (talk | contribs) (→‎Copy function)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This method returns a Screen object that is a copy of the method object. For more information about copyability, see “Copying Objects

  %outscreen = %screen:Copy
Copy syntax
%outscreen
A declared Screen object.
%screen
A reference to an instance of a Screen object.
Usage Notes

The method object (%screen) may be null. The output of a copy of a null object is a null object.