DeepCopy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (AllowNullObject methods)
Line 12: Line 12:
<td>A UserStatistics object variable to contain the copied object. </td></tr>
<td>A UserStatistics object variable to contain the copied object. </td></tr>
<tr><th><i>%ustat</i></th>
<tr><th><i>%ustat</i></th>
<td>A UserStatistics object variable.</td></tr>
<td>A UserStatistics object variable, which may be <var>Null</var>.</td></tr>
</table>
</table>
==See also==
==See also==
{{Template:UserStatistics:DeepCopy footer}}
{{Template:UserStatistics:DeepCopy footer}}

Revision as of 23:58, 18 March 2011

DeepCopy the UserStatistics (UserStatistics class)


This method creates a &amp;ldquo;deep copy&amp;rdquo; of a UserStatistics object. DeepCopy is identical to the Copy method.

For more information about copyability, see Copying objects.

Syntax

%outUserStatistics = userStatistics:DeepCopy

Syntax terms

%newUstat A UserStatistics object variable to contain the copied object.
%ustat A UserStatistics object variable, which may be Null.

See also