Forum Discussion

alexpat's avatar
alexpat
Occasional Contributor
14 years ago

Increment a variable by 1?

I have a loop I only want to run a maximum of 10 times. How do I get a variable to increase everytime the loop runs? if expectFailure then dim i i = 0 do aqUtils.Del...