Find Non-empty Shortest Line/Cell command

Summary

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

Description

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

How to Run

  • Default Menu: Search > Find Non-empty Shortest Line/Cell

  • All Commands: Search > Find Non-empty Shortest Line/Cell

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_FIND_SHORTEST (4050)

Macros

[JavaScript]

editor.ExecuteCommandByID(4050);

[VBScript]

editor.ExecuteCommandByID 4050