Copy (UserStatistics function)

From m204wiki
Revision as of 17:39, 31 December 2010 by Dme (talk | contribs)
Jump to navigation Jump to search

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.