DeepCopy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and edits)
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:UserStatistics:DeepCopy subtitle}}
{{Template:UserStatistics:DeepCopy subtitle}}
This method creates a "deep copy" of a <var>UserStatistics</var> object.  <var>DeepCopy</var> is identical to the <var>[[Copy (UserStatistics function)|Copy]]</var> method.
<var>DeepCopy</var> creates a "deep copy" of a <var>UserStatistics</var> object.  <var>DeepCopy</var> is identical to the <var>[[Copy (UserStatistics function)|Copy]]</var> method.


For more information about copyability, see [[Copying objects]].
For more information about copyability, see [[Copying objects|"Copying objects"]].
==Syntax==
==Syntax==
{{Template:UserStatistics:DeepCopy syntax}}
{{Template:UserStatistics:DeepCopy syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th><i>%outUserStatistics</i></th>
<tr><th>%outUserStatistics</th>
<td>A <var>UserStatistics</var> object variable to contain the copied object. </td></tr>
<td>A <var>UserStatistics</var> object variable to contain the copied object. </td></tr>
<tr><th>userStatistics</th>
<tr><th>userStatistics</th>

Latest revision as of 01:00, 3 May 2011

DeepCopy the UserStatistics (UserStatistics class)

DeepCopy creates a "deep copy" of a UserStatistics object. DeepCopy is identical to the Copy method.

For more information about copyability, see "Copying objects".

Syntax

%outUserStatistics = userStatistics:DeepCopy

Syntax terms

%outUserStatistics A UserStatistics object variable to contain the copied object.
userStatistics A UserStatistics object variable, which may be Null.

See also