TextLength Property (Selection Object)

Retrieves the length of the selected text.

[JavaScript]

len = document.selection.TextLength;

[VBScript]

len = document.selection.TextLength

Version

Supported in EmEditor Professional Version 26.1 or later.