Copy (FloatNamedArraylist function)

From m204wiki
Revision as of 23:55, 18 March 2011 by Goff (talk | contribs) (AllowNullObject methods)
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, which may be Null.

See also