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 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►