DeepCopy (MarksStoreArray function): Difference between revisions
Jump to navigation
Jump to search
m (→Examples) |
m (→Usage notes) |
||
Line 11: | Line 11: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | |||
<li>All errors in <var>Copy</var> result in request cancellation. | |||
</ul> | |||
==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. | <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. |
Revision as of 10:35, 18 February 2011
Copy MarksStoreArray (MarksStoreArray class)
Syntax
%outMarksStoreArray = marksStoreArray:DeepCopy
Syntax terms
%marksStoreArray | MarksStoreArray object. |
---|---|
marksStoreArray | MarksStoreArray object |
Usage notes
- All errors in Copy result in request cancellation.
Examples
- 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