Filter ranges

Spencer
07/20/2004 01:26 pm
I have a question and I think OE Pro can do it but I cannot find it anywhere in the instructions.

I have webpages that are using server pages to generate. I would like to do a search on URL Substitute like this:

URL: http://www.server.com/command.php?arg={0..9}
where successfully matched websites would be

http://www.server.com/command.php?arg=0
http://www.server.com/command.php?arg=1
http://www.server.com/command.php?arg=2 and so on until
http://www.server.com/command.php?arg=9

but this would fail:

http://www.server.com/command.php?arg=0&arg2=3 or anything else after the number.

There has to be a way to do this in OE Pro without inputting all nine examples.

Thanks.
Oleg Chernavin
07/21/2004 02:53 am
I think, you can use the following two lines in the URLs field:

http://www.server.com/command.php?arg={0..9}
http://www.server.com/command.php?arg={0..9}&arg2={0..9}

Best regards,
Oleg Chernavin
MP Staff