Login | |
|
 |
Re: WMI collection in a For-Next loop - 1/11/2005 9:08:56 PM
|
|
 |
|
| |
Zifter
Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
|
Hi neillnsteph, Unfortunately the files collection hasn't got an index property. In order to accomplish what you want to do, you'll have to put each file of the files collection in an array (with a for each loop) and then use a for next loop to iterate through the array. HTH
|
|
| |
|
|
|
|
|