Copy (UserStatistics function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:UserStatistics:Copy subtitle}} | |||
This method creates a copy of a UserStatistics object. | This method creates a copy of a UserStatistics object. | ||
==Syntax== | |||
{{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.