Deletes the word to the right of the cursor.
Deletes text from the cursor position to the first character of the next word in the current line. This command does deletes white space.
document.selection.WordRight(true,1);
document.selection.Delete(1);
document.selection.WordRight true,1
document.selection.Delete 1
Send feedback on this topic to Emurasoft