Use CursRight to move the cursor horizontally to the right a specified number of columns.
CursRight may also be entered as Right.
Optional Operands
FCT specifies the number of columns to move the cursor to the right. (This operand is ignored in Word-wrap mode.)
Default: 1.
CursRight may be invoked without operands by pressing the RightArrow key.
The cursor column can never be beyond the session maximum line width. However, the cursor is considered to either be "on" the column or "after" the column. If the cursor is "after" the column, the cursor shape will change to a vertical line on the right side of the character cell.
If the cursor is currently "on" the maximum line width column, entering CursRight with FCT=1 will cause the cursor to switch from "on" to "after" while leaving the column as is. If the cursor is currently "after" the maximum line width column, entering CursRight with FCT=1 will cause an "EF" error (see below).
Operation in Word-Wrap Mode
In Word-wrap mode, CursRight functions as if the entire paragraph were one large zone. As such, if the cursor is currently positioned after the last character of a paragraph line, CursRight will cause the cursor to be positioned on the next paragraph line at the first paragraph column.
Return Codes
EF Operation would move cursor beyond the maximum line width.
OK Successful.
Examples
Advance the cursor horizontally one column:
=> right
Advance the cursor horizontally 15 columns:
=> right 15