in reply to Re: fast 'copy' of array to array
in thread fast 'copy' of array to array
SJ, I am doing that but when we are talking about thousands or more items that's a slow method.
I was hoping to find a very quick method.
After all an array is really only a pointer to a list.
John