EmEditor Home - EmEditor Help - Command Reference - Edit category

Delete Left Character command

Summary

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

Description

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

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.DeleteLeft(1);

[VBScript]

document.selection.DeleteLeft 1

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.