[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ROW()
ROW() returns the row number of the current cursor position.
Syntax
ROW()
Returns
An integer numeric value.
ROW() returns a number in the range of zero to 24 with zero being the
first (top) row on the screen. When you CLEAR the screen, ROW()
returns zero. After a READ terminates, ROW() returns 23.
Usage
ROW() is useful in programs to keep track of rows used for relative
addressing of screen locations.
See Also:
COL
PCOL
PROW
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson