Quote:
Originally Posted by Shiamak
One more quick qs:
Is it possible to start Counter in a loop (Using VBP Loop feature) from a specific value
.e.g
For(i=10;i<= 15;i++)..currently if I used "Count" option from dropdown, VBP always looks at it "UPTO" for instance if %COUNTER% is 45 then VBP loops though 45 times...
any help is appreciated
|
Just to make sure you got it the problem right...I would like i to start from 11 .