Copy (NamedArraylist function)

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

Copy the NamedArraylist (NamedArraylist class)


Copy makes a "shallow" copy of the NamedArraylist method object nal. If nal contains objects, they are not copied. If nal is Null, a Null is returned.

Syntax

%outNal = nal:Copy

Syntax terms

%outNal A NamedArraylist to contain the copy of nal, the method NamedArraylist.
nal A NamedArraylist object.

See also