Copy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (AllowNullObject methods)
m (match syntax table to syntax template, tags and edits)
Line 1: Line 1:
{{Template:UserStatistics:Copy subtitle}}
{{Template:UserStatistics:Copy subtitle}}
This method creates a copy of a <var>UserStatistics</var> object.


This method creates a copy of a UserStatistics object.
==Syntax==
==Syntax==
{{Template:UserStatistics:Copy syntax}}
{{Template:UserStatistics:Copy syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th><i>%newUstat</i></th>
<tr><th>%outUserStatistics</th>
<td>A UserStatistics object variable to contain the copied object. </td></tr>
<td>A <var>UserStatistics</var> object variable to contain the copied object. </td></tr>
<tr><th><i>%ustat</i></th>
<tr><th>userStatistics</th>
<td>A UserStatistics object variable, which may be <var>Null</var>.</td></tr>
<td>A <var>UserStatistics</var> 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 07:29, 25 March 2011

Copy the UserStatistics (UserStatistics class)

This method creates a copy of a UserStatistics object.

Syntax

%outUserStatistics = userStatistics:Copy

Syntax terms

%outUserStatistics A UserStatistics object variable to contain the copied object.
userStatistics A UserStatistics object variable, which may be Null.

See also