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

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

Syntax

%copyList = al:Copy

Syntax terms

%copyList An Arraylist to contain the copy of the method object Arraylist, al.
al An Arraylist object, which may be Null.

See also