
Graphics GET/PUT with 2D arrays??
: Does anyone know if there is a way to use GET/PUT with 2D arrays. I have 6
: pieces so I have an array Piece(1 to 6,100). The 100 would be to hold the
: GET graphics info. It seems to work fine when I GET Piece(n,0). But when
: I PUT it always places the last piece the was GOT(:)).
: EX: if I got the pieces 1 through 6 in Piece(1,0),Piece(2,0)....Piece(6,0).
: NOTE: I use 0 because 100 doesn't work.
: But when I use PUT (1,0) it PUTs (6,0)...in the wrong color too.
: Please help!!!!!
: Josh Woolever/Quay
: WebPage: http://www.geocities.com/SiliconValley/Park/3640/