EmEditor Home - EmEditor Help - Command Reference - Edit category

Word Right command

Summary

Moves the cursor one word to the right.

Description

Moves the cursor one word to the right. 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.WordRight(false,1);

[VBScript]

document.selection.WordRight false,1

Copyright © 2003-2013 by Emurasoft, Inc.