Deletes the selected text. If the selection is empty, deletes the specified number of characters to the right of the cursor.
document.selection.Delete( [ nCount ] );
document.selection.Delete [ nCount ]
nCount
Optional. Specifies the number of characters to delete to the right of the cursor. The default is 1. If negative, the method acts like the DeleteLeft Method. If 0, the method acts like 1.
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft