Copy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
<span style="font-size:120%; color:black"><b>Create copy of UserStatistics object</b></span>
<span style="font-size:120%; color:black"><b>Create copy of UserStatistics object</b></span>
[[Category:UserStatistics methods|Copy function]]
[[Category:UserStatistics methods|Copy function]]
[[Category:System methods]]
<!--DPL?? Category:UserStatistics methods|Copy function: Create copy of UserStatistics object-->
<!--DPL?? Category:UserStatistics methods|Copy function: Create copy of UserStatistics object-->
<!--DPL?? Category:System methods|Copy (UserStatistics function): Create copy of UserStatistics object-->
<!--DPL?? Category:System methods|Copy (UserStatistics function): Create copy of UserStatistics object-->

Revision as of 17:39, 31 December 2010

Create copy of UserStatistics object

Copy is a member of the UserStatistics class.

This method creates a copy of a UserStatistics object.

Syntax

  %newUstat = %ustat:Copy

Syntax terms

%newUstat
A UserStatistics object variable to contain the copied object.
%ustat
A UserStatistics object variable.