Count Property (Documents Collection)¶
Retrieves the number of documents. Supported on EmEditor Professional Version 5.00 or later.¶
[JavaScript]¶
nCount = editor.Documents.Count;
[VBScript]¶
nCount = editor.Documents.Count
Examples¶
[JavaScript]¶
alert( "Number of Documents: " + editor.Documents.Count );
[VBScript]¶
alert "Number of Documents: " & editor.Documents.Count
Version¶