Hi guys,
I need to figure out how to loop through a value a certain amount at a time.
value = 12000
loop through 250 at a time.
The idea is to loop through 250 and then refresh the browser after 2 minutes and loop through the next 250 and so on until it reaches 12000.
Have been playing with some ideas but frustration is setting in.
Any ideas would be welcome.