setArrayLine()

The consoleLib.setArrayLine() system function moves the cursor to a line on the screen that corresponds to the specified member of the array of data records associated with the display. If necessary, the data scrolls to make the selected record visible. This function works with array dictionaries that you have opened in an openUI statement.

Syntax

  consoleLib.setArrayLine(record INT in)
record
The number of the record to which the cursor is to move.

Feedback