DeepCopy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (should have got that <i> last time)
m (what's in a name)
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]].

Revision as of 10:05, 31 March 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