Copy (FloatNamedArraylist function)

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

Copy FloatNamedArraylist (FloatNamedArraylist class)


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

For more information about copyability, see Copying objects.

Syntax

%outFltNal = fltNal:Copy

Syntax terms

%outFltNal A FloatNamedArraylist to contain the copy of %fnamrayl, the method FloatNamedArraylist.
fltNal A FloatNamedArraylist object.

See also