| .GET (Graphics) Statement QuickSCREEN. |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| 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  PUT (Graphics)   SCREEN statement |