Hi Chuck,

> I have added a Loop to my SetupBuilder script to insert a delay until
> certain conditions are met. This works fine.
>
> My question is, how often does the loop cycle until a break is
> encountered?

It depends on the computer speed and the computer load. But if you add a
"Sleep..." script function to the Loop then you can control this. For
example, add a Sleep(3) and it loops once every 3 seconds.

Friedrich