Hi, I want to do a request only every 100 iterations. I think the best is a for loop. But is there a good way for the "every 100" problem? I don't want to write ... i=100 || i=200 || i=300 .... because I don't know how long the test will be. kr marc
↧