welcome back guys, haven't been here in a while :) I've been working on a little routine I wrote that copies any area of the graphscreen up to like 45 by 45 pixels (because of matrix space deficiencies). It's part of a larger graphics package that I've been working on that allows for easier manipulation of the graphscreen than with the built in package, but I'll talk about that later. I use it with a 0:94:0:62 graphscreen.how do you like this:
ps: I'll add the paste part tommorow
Input
X→ A
Y→ B
Input
X→ C
Y→ D
{C-A+1,D-B+1→ dim([B]
For(G,A,C
For(H,B,D
pxl-test(62-H,G→ [B](G-A+1,H-B+1
End
End