DeepCopy (MarksStoreArray function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 12: Line 12:
==Usage notes==
==Usage notes==
==Examples==
==Examples==
<ol><li><var>DeepCopy</var> will create a new MarksStoreArray instance that's a copy of the method object. The method retuns a new marksStoreArray object.
<p class="code">%ma2 = %ma:copy                       
</p>
</ol>
==See also==
==See also==
{{Template:MarksStoreArray:DeepCopy footer}}
{{Template:MarksStoreArray:DeepCopy footer}}

Revision as of 10:33, 18 February 2011

Copy MarksStoreArray (MarksStoreArray class)


Syntax

%outMarksStoreArray = marksStoreArray:DeepCopy

Syntax terms

%marksStoreArrayMarksStoreArray object.
marksStoreArray MarksStoreArray object

Usage notes

Examples

  1. DeepCopy will create a new MarksStoreArray instance that's a copy of the method object. The method retuns a new marksStoreArray object.

    %ma2 = %ma:copy

See also