DeepCopy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (should have got that <i> last time)
mNo edit summary
 
(One intermediate revision 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}}

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