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.
LOCATE Statement QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
LOCATE - a device I/O statement that moves the cursor to the
specified position
Syntax
LOCATE [row][,[column][,[cursor][,[start,stop]]]]
■ You may omit any argument. See ◄Details► about how QuickBASIC assigns
default values to omitted arguments
■ row and column to move the cursor
■ cursor, start, and stop define the visibility and shape of the cursor
See Also ◄CSRLIN► ◄POS►