getCursorColumn()

The converseLib.getCursorColumn() system function returns the number of the column where the cursor is currently positioned in a Text UI form.

Syntax

  converseLib.getCursorColumn()
  returns(result INT)
result
The number of the current column.

Feedback