Deletes the word at the current cursor position.
Deletes any text between two white space characters. This command does delete white space if there is no text present.
document.selection.SelectWord();
document.selection.Delete(1);
document.selection.SelectWord
document.selection.Delete 1
Send feedback on this topic to Emurasoft