Extends the selection one character to the right.
Extends the selection one character to the right. If the cursor is at the end of a line, this command moves the selection to the start of the next line.
document.selection.CharRight(true,1);
document.selection.CharRight true,1