Previous Topic: Move Cursor Up, Down, Left, and RightNext Topic: Simulate the HOME Key


Set the Cursor Position

You can position the cursor at a designated screen location using the variable CURSOR in a SET statement. For example, to move the cursor to position 10 (row 1, column 10), use:

SET CURSOR,10