Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Search category

Command: Find Shortest Line/Cell command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Search category

Find Shortest Line/Cell command

Summary

Finds the shortest line in a non-CSV document or shortest cell in the current column of a CSV document.

Description

Finds the shortest line in a non-CSV document or shortest cell in the current column of a CSV document. This command does not find the last empty line.

How to Run

Default Menu: Search > Find Shortest Line/Cell

All Commands: Search > Find Shortest Line/Cell

Toolbar: None

Status Bar: None

Default Shortcut Key: None

Plug-in Command ID

EEID_FIND_EMPTY_OR_SHORTEST (4064)

Macros

[JavaScript]

editor.ExecuteCommandByID(4064);

[VBScript]

editor.ExecuteCommandByID 4064

Copyright © 2003-2023 by Emurasoft, Inc.