Text Property (Document Object)¶
Retrieves the document text. If the document contains more than 0x7ffffffe UTF-16 characters, the property is truncated to that length. Supported on EmEditor Professional Version 26.3 or later.¶
[JavaScript]¶
str = document.Text;
[VBScript]¶
str = document.Text
Version¶