bas7qck.hlp (Table of Contents; Topic list)
GET Statement (Graphics)
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
GET [STEP](x1!,y1!)-[STEP](x2!,y2!),arrayname[(indexes%)]
 
    ■ STEP                    Enables use of relative coordinates.
    ■ (x1!,y1!), (x2!,y2!)    The screen coordinates of diagonally
                              opposite corners of a rectangle on the screen;
                              image within this rectangle will be stored.
    ■ arrayname               Indicates the array where the image will
                              be stored.
    ■ indexes%                Enable you to start storing the image
                              information in some array element other
                              than the first one.
 
See Also    PUT Statement (Graphics)    SCREEN Statement