Copy (FloatNamedArraylist 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 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.

Syntax

%outFltNal = fltNal:Copy

Syntax terms

%outFltNal A FloatNamedArraylist to contain the copy of fltNal, the method object FloatNamedArraylist.
fltNal A FloatNamedArraylist object, which may be Null.

See also