Sort IPv6 Addresses Ascending command

Summary

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

Description

Sorts IPv6 addresses in the current column, in ascending 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 Ascending

  • All Commands: Sort > Sort IPv6 Addresses Ascending

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_SORT_IPV6_A (4036)

Macros

[JavaScript]

editor.ExecuteCommandByID(4036);

[VBScript]

editor.ExecuteCommandByID 4036