[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| PCOL |
+---------------------------------+
PCOL()
-----------------------------------
Returns current column position of printer.
Return value - Numeric
-----------------------------------
PCOL() returns the current column position of the printer.
The value returned by PCOL() is relative to the current setting of the
left margin. The left margin may be set with SET MARGIN or by storing a
value to the system memory variable _PLOFFSET.
PCOL() is especially useful for relative addressing of printer output.
The special $ operator can be used in place of PCOL().
+---------------------------------+
| Examples |
+---------------------------------+
@ PROW(),PCOL()+12 SAY 'Contact person'
@ PROW(),$+12 SAY 'Contact person'
-----------------------------------
See Also: ? | ??, ???, @ ... SAY/GET, COL(), ROW(), PROW()
-----------------------------------
See Also:
? | ??
???
@ ... SAY/GET
COL()
ROW()
PROW()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson