REF: thread448-659646
waitlist for multi waitfors works great as far it goes but it is based on the concept that you are trying to capture only one of several possibal outputs.
However the challange I have is that I need to capture one or MORE of six or seven possibal outputs.
It was no problem increasing the waitlist to seven. The WaitListStat though gets set to the first expected output it finds. Any other expected outputs are then not captured.
What I have done is run the the waitlist three times looking
for the outputs in sets (without going into detail some of the outputs will not come in together or if you get one then you don't need to look for another)so this is awkward and clunky but works - kind of.
What I would like to do (and speed things up a lot) is run the command once. Do a waitlist that indicate all of the seven outputs found rather than simply the first one found.
waitlist for multi waitfors works great as far it goes but it is based on the concept that you are trying to capture only one of several possibal outputs.
However the challange I have is that I need to capture one or MORE of six or seven possibal outputs.
It was no problem increasing the waitlist to seven. The WaitListStat though gets set to the first expected output it finds. Any other expected outputs are then not captured.
What I have done is run the the waitlist three times looking
for the outputs in sets (without going into detail some of the outputs will not come in together or if you get one then you don't need to look for another)so this is awkward and clunky but works - kind of.
What I would like to do (and speed things up a lot) is run the command once. Do a waitlist that indicate all of the seven outputs found rather than simply the first one found.