Retrieves the document object for the document of the specified index.
doc = editor.Documents.Item( Index );
doc = editor.Documents.Item( Index )
Index
Specifies the index of the document as a one-based integer.
alert( "Full Name for the first document: " + editor.Documents.Item(1).FullName );
alert "Full Name for the first document: " & editor.Documents.Item(1).FullName
Supported on EmEditor Professional Version 5.00 or later.
Send feedback on this topic to Emurasoft