Hi all.

Does anyone know how I can copy a section of an array to another array without using loop code to copy each value one at a time, which is slow. Fox already proposed I use copymemory, but the values in the arrays are not of fixed size, so I can't use it.

Any other suggestion?

Thanks!