Copy (Screen function): Difference between revisions
Jump to navigation
Jump to search
m (→Copy function) |
m (→Copy function) |
||
Line 1: | Line 1: | ||
This method returns a Screen object that is a copy of the method object. For more information about copyability, see | {{Template:Screen:Copy subtitle}} | ||
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 | %outscreen = %screen:Copy | ||
Line 14: | Line 16: | ||
The method object (%screen) may be null. The output of a copy of a null object is a null object. | The method object (%screen) may be null. The output of a copy of a null object is a null object. | ||
==See also== | |||
{{Template:Screen:Copy footer}} |
Revision as of 16:58, 16 February 2011
Return a copy of a screen object (Screen class)
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.