ArrayCopy( ByRef src, ByRef dst )

Copies the contents of src array to dst array

NOTE: There are 2 functions that are reserved for internal use by ArrayCopy: NumberArrayCopy and StringArrayCopy.
These functions will compile but will not work if called directly. Only use ArrayCopy.

Example: