Formula for Saving Images in Arrays
After you have created an onscreen image you need to calculate the x and y co-ordinates of a rectangle large enough to hold the entire image.You then use GET to capture the image.
DIM Arrayname(SomeSize)
GET [[STEP]](x1,y1)-[[STEP]](x2,y2),Arrayname
The size...