Monday, 26 August 2013

Update upper limit /bound of for loop, while in for loop

Update upper limit /bound of for loop, while in for loop

I'm trying to update the upper bound of my for loop, while in the for loop.
Example
numvar = 3
for i=2 To numvar Step 2
'code...
numvar = numvar +1
next numvar
Thanks for your help!

No comments:

Post a Comment