Array.assign

Function/Meaning

Copy the array.

Type
Arrayclassmethod of
Syntax
assign(src:Array)
Arguments
src

Source Array | Dictionary instance

Return value
None (void)
Explanation

Copies the entire contents of the other array specified by the argument.
If you specify a dictionary array (an object of the Dictionary class) as the copy source array, each member of the dictionary array will appear alternately in the order of name and value.
The order of the members is indefinite.