Copy (UserStatistics function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:UserStatistics:Copy subtitle}} | |||
<var>Copy</var> creates a copy of a <var>UserStatistics</var> object. | |||
==Syntax== | |||
{{Template:UserStatistics:Copy syntax}} | |||
Copy | |||
===Syntax terms=== | ===Syntax terms=== | ||
< | <table class="syntaxTable"> | ||
< | <tr><th>%outUserStatistics</th> | ||
< | <td>A <var>UserStatistics</var> object variable to contain the copied object. </td></tr> | ||
< | |||
< | <tr><th>userStatistics</th> | ||
<td>A <var>UserStatistics</var> object variable, which may be <var>Null</var>.</td></tr> | |||
</table> | |||
==Usage notes== | |||
<ul> | |||
<li>For more information about copying, see [[Copying objects|"Copying objects"]]. | |||
</ul> | |||
==See also== | |||
{{Template:UserStatistics:Copy footer}} |
Latest revision as of 20:55, 20 November 2012
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. |
Usage notes
- For more information about copying, see "Copying objects".