TextLength Property (Selection Object)¶
Retrieves the length of the selected text. Supported in EmEditor Professional Version 26.1 or later.¶
[JavaScript]¶
len = document.selection.TextLength;
[VBScript]¶
len = document.selection.TextLength
Version¶