setCursorPosition()

Use the converseLib.setCursorPosition() system function to move the cursor in a Text UI form to a new position.

Syntax

  converseLib.setCursorPosition(lineINT,
      columnINT)
line
The number of the line to which you want to move the cursor.
result
The number of the column to which you want to move the cursor.

Feedback