EmEditor Home - EmEditor Help - Command Reference - Edit category

Delete command

Summary

Deletes the selection, or deletes one character at the right of the cursor.

Description

Deletes the selected text (if any), or deletes at the right of the cursor if no text selected.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.Delete(1);

[VBScript]

document.selection.Delete 1

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.