But don't you remove the limit of 15 with this?
Is there a way to do both?
I've tried:

WHILE Not @ERROR
WHILE $Count < $ctr2 OR $Count < 16
code

Loop
Loop

But it keeps the worker on 10.

Jeroen