[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GOTOXY                       Locate the Cursor                       pp 134

 Syntax:  GotoXY (Col, Row) ;

 Type:    N/A

 Form:    Procedure

 Purpose: Locate the cursor on the screen.

 Notes:   Text mode - 1,1 is upper left corner.
          Graphics  - 0,0 is upper left corner.
          320 x 200 - 0,319 is upper right corner.
          640 x 200 - 639,199 is lower right corner.


 Usage:
       BEGIN
          GotoXY (1,1) ;      { Locate in home position }
       END.

See Also: ClrScr GraphWindow Window
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson