table.getCursor

Syntax table.getCursor ()

Params None required

Action Determines the address of the cell currently being pointed to by the table cursor in the target window.

Returns The address of the selected cell.

Examples In the examples table, position the cursor on the first entry, "age". Now type and execute:
table.getCursor ()

   » @examples.age

Errors If you attempt to identify the location of the table cursor and the target window is not a table window, Frontier returns an error.

Notes This verb works on the target window. By default, the target window is the topmost window, but you can use target.set to change it.

Discuss