Navigation: 엠에디터 도움말 > 매크로 참조 > Documents 모음 > 속성
엠에디터 매크로 참조:Count 속성
문서의 수를 검색합니다.
nCount = editor.Documents.Count;
nCount = editor.Documents.Count
alert( "Number of Documents: " + editor.Documents.Count );
alert "Number of Documents: " & editor.Documents.Count
엠에디터 프로페셔널 버전 5.00 이상에서만 지원됩니다.