12-27-2008, 10:18 AM
What I am trying to do is Send Several requests at once (which IntGetFile) does not seem to be allowing me to do, it's working great, but won't let me send more than one request.. I'm trying to get stats for (people who turned 50 today) from a website, & the # is changing on a whim... So i need to get it at a speed of about 0.1 without my browser opened though.
I tried
rep
,0.1
,intGetFile url _s
This does not seem to work.
I tried
rep
,0.1
,intGetFile url _s
This does not seem to work.
