DeepCopy (MarksStoreArray function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Copy MarksStoreArray (MarksStoreArray class)


Syntax

%outMarksStoreArray = marksStoreArray:DeepCopy

Syntax terms

%marksStoreArrayMarksStoreArray object.
marksStoreArray MarksStoreArray object, which may be Null.

Usage notes

  • All errors in DeepCopy result in request cancellation.

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:deepCopy

See also