Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Sort category

Command: Delete Duplicate Lines command

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

Delete Duplicate Lines command

Summary

Deletes duplicate lines in the selection or in the entire document.

Description

Deletes duplicate lines in the selection or in the entire document. The first instance of the duplicate line will be retained.

How to Run

Default Menu: Sort > Delete Duplicate Lines

All Commands: Sort > Delete Duplicate Lines

Toolbar: deleteduplicatelines

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_DELETE_DUPLICATE (4564)

Macros

[JavaScript]

document.DeleteDuplicates("",0);

[VBScript]

document.DeleteDuplicates "",0

Copyright © 2003-2023 by Emurasoft, Inc.