DeepCopy (UnicodeNamedArraylist function)

From m204wiki
Revision as of 07:51, 2 March 2011 by Goff (talk | contribs) (match syntax table to diagram, couple of tags)
Jump to navigation Jump to search

Deep Copy UnicodeNamedArraylist (UnicodeNamedArraylist class)


DeepCopy makes a "deep copy" of the UnicodeNamedArraylist method object, uniNal. If uniNal contains objects, they are copied. If uniNal is Null, a Null is returned.

Syntax

%outUniNal = uniNal:DeepCopy

Syntax terms

%outUniNal A UnicodeNamedArraylist to contain the deep copy of uniNal.
uniNal A UnicodeNamedArraylist object.

See also