DeepCopy (MarksStoreArray function)

From m204wiki
Revision as of 10:33, 18 February 2011 by PatrickB (talk | contribs) (→‎Examples)
Jump to navigation Jump to search

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