[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| ROW |
+---------------------------------+
ROW()
-----------------------------------
Returns current row position of cursor.
Return value - Numeric
-----------------------------------
This function is useful for relative screen addressing within programs.
The special $ operator can be used in place of the ROW() function.
+---------------------------------+
| Example |
+---------------------------------+
@ 5,5 SAY ' '
@ ROW() + 6, COL() SAY 'Contact person'
@ $ + 6, COL() SAY 'Contact person'
-----------------------------------
See Also: @ ... SAY/GET, COL(), PCOL(), PROW(), SCOLS(), SROWS()
-----------------------------------
See Also:
@ ... SAY/GET
COL()
PCOL()
PROW()
SCOLS()
SROWS()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson