GET - a graphics statement that stores graphic images from the screen Syntax GET [STEP](x1,y1)-[STEP](x2,y2),arrayname[(indices)] - (x1,y1) and (x2,y2) are numeric expressions that are the screen coordinates of diagonally opposite corners of the rectangle to store - STEP enables you to use relative screen coordinates - arrayname indicates the array where the image will be stored - indices enable you to start storing the image information in some array element other than the first one See Also