Copy (FloatNamedArraylist function)

From m204wiki
Revision as of 04:19, 7 February 2011 by Wiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

Copy FloatNamedArraylist (FloatNamedArraylist class)


This function makes a "shallow" copy of the FloatNamedArraylist method object %fnamrayl. If %fnamrayl contains objects, they are not copied. If %fnamrayl is Null, a Null is returned.

For more information about copyability, see Copying objects.

Syntax

%outFltNal = fltNal:Copy

Syntax terms

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

See also