Copy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<span style="font-size:120%; color:black"><b>Create copy of UserStatistics object</b></span>
{{Template:UserStatistics:Copy subtitle}}
[[Category:UserStatistics methods|Copy function]]
<!--DPL?? Category:UserStatistics methods|Copy function: Create copy of UserStatistics object-->
<!--DPL?? Category:System methods|Copy (UserStatistics function): Create copy of UserStatistics object-->
<p>
Copy is a member of the [[UserStatistics class]].
</p>


This method creates a copy of a UserStatistics object.
This method creates a copy of a UserStatistics object.
===Syntax===
==Syntax==
  %newUstat = %ustat:Copy
{{Template:UserStatistics:Copy syntax}}
===Syntax terms===
===Syntax terms===
<dl>
<dl>
Line 18: Line 12:


</dl>
</dl>
==See also==
{{Template:UserStatistics:Copy footer}}

Revision as of 16:19, 16 February 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.

See also