Count 속성 (Windows 컬렉션)¶
창의 수를 검색합니다. 엠에디터 프로페셔널 버전 7.00 이상에서만 지원됩니다.¶
[JavaScript]¶
nCount = shell.windows.Count;
[VBScript]¶
nCount = shell.windows.Count
예시¶
[JavaScript]¶
alert( "Number of top-level windows: " + shell.windows.Count );
[VBScript]¶
alert "Number of top-level windows: " & shell.windows.Count
버전¶