EmEditor Home - EmEditor Help - Command Reference - Edit category

Word Left command

Summary

Moves the cursor one word to the left.

Description

Moves the cursor one word to the left. This command ignores white space, and moves the cursor to the start of the next word in the current line.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.WordLeft(false,1);

[VBScript]

document.selection.WordLeft false,1

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2011 by Emurasoft, Inc.