Array.assignStruct

Function/Meaning

Copy the array along with the structure.

Type
Arrayclassmethod of
Syntax
assignStruct(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.
Unlike the assign method, if a member has an array or dictionary array, it will recursively copy its contents as well (the assign method only copies the reference).