qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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