Use CursAbsolute to move the cursor to a specified line and/or column.
CursAbsolute may also be entered as CursAbs[olute], Abs[olute], or P[osition].
Optional Operands
ROW is the line number to which the cursor is to be moved.
COL is the column to which the cursor is to be moved.
The session information line shows the current line number (L=) and column (C=) values.
Return Codes
EF Line number exceeds number of lines in session or column exceeds the session maximum line width (MaxCol value).
OK Successful.
Examples
Move the cursor to line 25, row 80:
=> p 25,80
Move the cursor to line 400. Leave the column unchanged:
=> p 400
Move the cursor to column 12. Leave the row unchanged:
=> p ,12