Copy (MarksStoreArray function)

From m204wiki
Revision as of 23:57, 18 March 2011 by Goff (talk | contribs) (AllowNullObject methods)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Copy MarksStoreArray (MarksStoreArray class)


Syntax

%outMarksStoreArray = marksStoreArray:Copy

Syntax terms

%outMarksStoreArray A MarksStoreArray to contain the copy of the method MarksStoreArray marksStoreArray
marksStoreArray MarksStoreArray object, which may be Null.

Usage notes

  • All errors in Copy result in request cancellation.

Examples

  1. Copy 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