지정된 인덱스의 문서를 위한 document 개체를 검색합니다.
doc = editor.Documents.Item( Index );
doc = editor.Documents.Item( Index )
Index
문서의 인덱스를 1로 시작하는 정수로 지정합니다.
alert( "Full Name for the first document: " + editor.Documents.Item(1).FullName );
alert "Full Name for the first document: " & editor.Documents.Item(1).FullName
엠에디터 프로페셔널 버전 5.00 이상에서만 지원됩니다.