EmEditor Home - EmEditor Help - Command Reference - Edit category

Char Left command

Summary

Moves the cursor one character to the left.

Description

Moves the cursor one character to the left. If the cursor is at the end of a line, this command moves the cursor to the beginning of the next line. Equivalent to pushing the LEFT ARROW key once.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.CharLeft(false,1);

[VBScript]

document.selection.CharLeft false,1

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.