Function SetPos() Foundation
Moves the cursor to a new screen position.
SetPos( <nRow>, <nCol> ) --> NIL
The return value of SetPos() is always NIL.
The function SetPos() sets the cursor to a new position on the screen. The functions Row() and Col() then return the new values. The shape and visibility of the cursor is determined with the function SetCursor().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.