This routine erases the current cursor and places a new cursor at the specified character location. The values of col and line are the same as specified by PRINT TABXY(col,line). The return value is either a zero for no errors or an HTBasic error code.
Any action generated by HTBasic which affects the cursor will move the cursor back to its normal location. You may wish to trap all keyboard input with ON KBD while using this routine.