Moves the cursor one character to the right.
Moves the cursor one character to the right. If the cursor is at the end of a line, this command moves the cursor to the start of the next line. Equivalent to pushing the RIGHT ARROW key once.
document.selection.CharRight(false,1);
document.selection.CharRight false,1