CursorSelect

Top  Previous  Next

S

A

W

WS

ü

ü

The following commands have been implemented in EMUEScript exactly as they are implemented in OLIE™:

 

Syntax -

CursorSelect <Row Variable> <Column Variable>

       Where:

       <Row Variable> is a integer or a variable that contains a integer.

       <Column Variable> is a integer or a variable that contains a integer.

 

Description:

This command is the equivalent of manually clicking on the terminal screen at a particular position.  If a row and a column are specified, then EMUE will click starting at the position defined by <Row> and <Column>.  The Row & Column can be identified as integers or variables with integer values.  Certain terminal screens do not have keys to send to choose an option and the CursorSelect command must be used.

This command can be built with an option in the context menu on the terminal screen.  By selecting the "Insert CursorSelect Command" option from the context (right-click) menu, a CursorSelect command will be built based on the current terminal cursor position and will be inserted into the editor where the editor cursor is.

 

Sample:

       The following statement uses the CursorSelect command to click at Row 10 Column 15.

CursorSelect 10 15