Use CursLeft to move the cursor horizontally to the left a specified number of columns.
CursLeft may also be entered as Left.
Optional Operands
FCT specifies the number of columns to move the cursor to the left. (This operand is ignored in Word-wrap mode.)
Default: 1.
CursLeft may be invoked without operands by pressing the LeftArrow key.
Operation in Word-Wrap Mode
In Word-wrap mode, CursLeft functions as if the entire paragraph were one large zone. As such, if the cursor is currently on the first character of a paragraph line, CursLeft will cause the cursor to be positioned just after the last character of the previous paragraph line.
Return Codes
EF Operation would move cursor to the left of column 1.
OK Successful.
Examples
Move the cursor horizontally to the left one column:
=> left
Move the cursor horizontally to the left 8 columns:
=> left 8