Copy (UnicodeNamedArraylist 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 UnicodeNamedArraylist (UnicodeNamedArraylist class)


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

Syntax

%outUniNal = uniNal:Copy

Syntax terms

%outUniNal A UnicodeNamedArraylist to contain the copy of uniNal, the method object UnicodeNamedArraylist.
uniNal A UnicodeNamedArraylist object, which may be Null.

See also