Copy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:UserStatistics:Copy subtitle}}
{{Template:UserStatistics:Copy subtitle}}
<var>Copy</var> 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>
 
<td>A UserStatistics object variable.</td></tr>
<tr><th>userStatistics</th>
<td>A <var>UserStatistics</var> object variable, which may be <var>Null</var>.</td></tr>
</table>
</table>
==Usage notes==
<ul>
<li>For more information about copying, see [[Copying objects|"Copying objects"]].
</ul>
==See also==
==See also==
{{Template:UserStatistics:Copy footer}}
{{Template:UserStatistics:Copy footer}}

Latest revision as of 20:55, 20 November 2012

Copy the UserStatistics (UserStatistics class)

Copy 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.

Usage notes

See also