If you're doing a "Do Until (expression)", set the expression.
For instance:
Do Until X = 10
If "Criteria is met" then
X = 10
Else
X = X + 1
end if
Loop
HTH
Roy
aka BanditWk
Las Vegas, NV
roy@cccamerica.org
RLMBandit@aol.com (private)