Sub ArrayCopy(ByRef src, ByRef dst)

Copies the contents of src array to dst array

Note: This function is a special case in that it can take any type for src or dst


Related: ArrayDim ArraySize ArrayFill