moveCursor
Moves the cursor to a new location.
Syntax
aWindow moveCursor (line, column, select)
Parameters
line - Integer
The new line, starting to zero.
column - Integer
The new column, starting to zero.
select - Boolean
true to keep the mark.
Remarks
The page is not updated to keep the cursor visible, use adjustPage or centerPage to fix it.