RangerJim Thanks, would the following (copying portion of big into small)
For "x" 0 to 9:
For "y" 0 to 9:
SmallArray(x,y) = BigArray((offsetx + x), (offsety + y))
would this equate to this:
<img src="http://www.lesplayer.com/scirraforumimages/copyarray.png" border="0" />
Where the Array within the For loops is smallArray
I think I have problems with the syntax relating to arrays