I know I can fill an array using the ArrayRead command,
ArrayRead,TestArray,["0","1","2","3","4"]
But is there a way I can copy part of an array into another using this command?
If I wanted to copy SourceArray elements 4-13 into DestinationArray the following
construct would be nice.
ArrayRead DestinationArray,[Skip4 SourceArray \10]
But this doesn't work. Is there some way other than a FOR - NEXT loop to
perform this operation quickly?
Bookmarks