DeepCopy (UserStatistics function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and edits)
m (should have got that <i> last time)
Line 7: Line 7:
===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>

Revision as of 00:04, 26 March 2011

DeepCopy the UserStatistics (UserStatistics class)

This method 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