[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|              PROW               |
+---------------------------------+
PROW()

-----------------------------------
Returns current row position of printer.
Return value - Numeric
-----------------------------------

The PROW() function returns the current row position of the printer.
Issuing the EJECT command resets PROW() to 0.

PROW() is especially useful for relative addressing of printer output.

+---------------------------------+
|             Examples            |
+---------------------------------+
Two commands below return same result.  $ can be used in place of
PCOL(); both return current column position of printer.

@ PROW(), PCOL() + 12 SAY 'Contact person'

@ PROW(),$+12 SAY 'Contact person'

-----------------------------------

See Also:  @ ... SAY/GET, COL(), PCOL(), ROW()

-----------------------------------

See Also: @ ... SAY/GET COL() PCOL() ROW()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson