AT&T 6300 Programmer's Manual page 341

Gwbasic by microsoft
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

Syntax
row
column
cursor
start
stop
LOCATE (Text)
Statement
Moves the cursor to the specified position on
the active page. LOCATE may also turn the
cursor on and off and define the size of either
the overwrite or the user cursor.
LOCATE [row] [,[column] [, [cursor] [,
[start] [,stop]]]],
is the screen line number. A numeric expression returning
an unsigned integer in the range 1 to 25.
is the screen column number. An unsigned numeric
expression returning an unsigned integer in the range 1 to
40
Of
1 to 80, depending upon screen width.
determines whether or not the screen cursors are displayed. A
o
(zero) indicates off, 1 (one) indicates on.
is a numeric expression whose integer value represents the
cursor starting scanline. If 'start' is in the range 0-31, 'start'
and 'stop' will affect· the overwrite cursor. If 'start' has a
larger value, it will be interpreted modulo 32, imd 'start' and
'stop' will change the size of the user cursor.
is a numeric expression whose integer value represents the
cursor stop scanline. It must be in the range 0-31.
7-185

Advertisement

Table of Contents
loading

Table of Contents