Sort IPv6 Addresses Descending command

Summary

Sorts IPv6 addresses in the current column, in descending order.

Description

Sorts IPv6 addresses in the current column, in descending order. An IPv6 address must be in the canonical text representation recommended by RFC 5952. Enabling IPv6 addresses in the Active String list box in the Link page of Configuration Properties allows you to distinguish text recognized as IPv6 addresses.

How to Run

  • Default Menu: Edit > Sort > Sort IPv6 Addresses Descending

  • All Commands: Sort > Sort IPv6 Addresses Descending

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_SORT_IPV6_D (4037)

Macros

[JavaScript]

editor.ExecuteCommandByID(4037);

[VBScript]

editor.ExecuteCommandByID 4037