>but how can I tell when all three are finished?  If I use
>      $obj1->Wait(INFINITE);
>      $obj2->Wait(INFINITE);
>      $obj3->Wait(INFINITE);
>
>what happens if $obj2 finishes before $obj1?

looks like this works fine...

PHF




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to