Moves the cursor one character to the left.
Moves the cursor one character to the left. If the cursor is at the end of a line, this command moves the cursor to the beginning of the next line. Equivalent to pushing the LEFT ARROW key once.
document.selection.CharLeft(false,1);
document.selection.CharLeft false,1
Send feedback on this topic to Emurasoft