View Single Post
  #5  
Old 03-17-2014, 06:55 PM
Shiamak Shiamak is online now
Registered User
 
Join Date: 02-07-2006
Posts: 84
Quote:
Originally Posted by Shiamak View Post
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 .
Reply With Quote