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