03-29-2007 08:35 AM
03-29-2007 08:43 AM
Ok - I think the answer is to put all the code in the For Loop. That works but I'm not sure that it's not messy.
03-30-2007 02:59 AM
Hello Raff,
The problem is that you have a 'Clear Task' function in the for loop. This means that the second time the loop iterates, the Task reference you have specified as a tunnel on the left hand side is no longer valid.
Just move this 'Clear Task' function to outside the for loop, and this should solve the problem.
Putting all the code in the for loop will make it work, but will give extra unnecessary overhead.
I hope this helps
Regards
Hannah
NIUK & Ireland