On Thu, 31 Dec 2009 05:28:17 -0000, "nickodemos2002" <[email protected]> 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.
