[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
WHEREX Return Cursor Column Position pp 162
Syntax: WhereX ;
Type: Integer
Form: Function
Purpose: Return the current column coordinate of the cursor.
----------------------------------------------------------------------------
Usage:
VAR
RowLoc : Integer ; { Holds Y location }
ColLoc : Integer ; { Holds X location }
BEGIN
RowLoc := WhereY ; { Get Y location }
ColLoc := WhereX ; { Get X location }
END.
See Also:
GotoXY
WhereX
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson