Retrieves the number of documents.
nCount = editor.Documents.Count;
nCount = editor.Documents.Count
alert( "Number of Documents: " + editor.Documents.Count );
alert "Number of Documents: " & editor.Documents.Count
Supported on EmEditor Professional Version 5.00 or later.
Send feedback on this topic to Emurasoft