Copy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
DmeWiccan (talk | contribs)
m 1 revision
Goff (talk | contribs)
m AllowNullObject methods
Line 9: Line 9:
<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:Copy footer}}
{{Template:UserStatistics:Copy footer}}

Revision as of 23:58, 18 March 2011

Copy the UserStatistics (UserStatistics class)


This method creates a copy of a UserStatistics object.

Syntax

%outUserStatistics = userStatistics:Copy

Syntax terms

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

See also