Deletes the word to the left of the cursor.
Deletes text from the cursor position to the first white space character encountered after the previous word in the current line. This command does not delete white space before a word.
document.selection.WordLeft(true,1);
document.selection.Delete(1);
document.selection.WordLeft true,1
document.selection.Delete 1
Send feedback on this topic to Emurasoft