--- In [email protected], Carroll Robbins <carrollrobb...@...> wrote: > > On Thu, 31 Dec 2009 05:28:17 -0000, "nickodemos2002" > <nickodemos2...@...> wrote: > > >Local myCounter > >For (myCounter = 502; myCounter <= 503; myCounter = myCounter + 1) > >DO("firefox", "http://www.website.com/details.php?id=myCounter") > > You probably don't want the literal characters myCounter in the URL. Remove > them and add ++ myCounter outside the quotes. > -- > Carroll B. Robbins, Jr. > Worked perfectly. Thank you for pointing this out to me. So the idea was right but the implementation was wrong.
Is it possible to get some regex help here? I have no idea on it and it is the last sticky wicket I need fixed.
