Copy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "<span style="font-size:120%; color:black"><b>Create copy of UserStatistics object</b></span> Copy function Category:System methods <!--DPL...")
 
m (1 revision)
(No difference)

Revision as of 20:13, 17 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.