Copy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and edits)
m (what's in a name)
Line 1: Line 1:
{{Template:UserStatistics:Copy subtitle}}
{{Template:UserStatistics:Copy subtitle}}
This method creates a copy of a <var>UserStatistics</var> object.
<var>Copy</var> creates a copy of a <var>UserStatistics</var> object.


==Syntax==
==Syntax==

Revision as of 10:04, 31 March 2011

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.

See also