Previous Topic: To Manipulate and Examine the Screen ImageNext Topic: To Transmit to the Application


To Move the Cursor

Action

Command

Operands

Move the cursor up n lines.

UP

n

Move the cursor down n lines.

DOWN

n

Move the cursor left n columns.

LEFT

n

Move the cursor right n columns.

RIGHT

n

Set the cursor position at screen position n or row/column n/n.

SET

CURSOR,[n[/n]]

Move the cursor to the first input field on the screen.

HOME

 

Position the cursor at the first input field of the nth row from the current position. Rows without an input field are not counted.

NL

n

Move the cursor n input fields forward.

TABF

n

Move the cursor n input fields back.

TABB

n

Move the cursor to the last input field on the screen.

TABL