文書の数を取得します。
nCount = editor.Documents.Count;
nCount = editor.Documents.Count
alert( "文書の数: " + editor.Documents.Count );
alert "文書の数: " & editor.Documents.Count
EmEditor Professional Version 5.00 以上で利用できます。
このページのフィードバックを送信