View Single Post
Old 02-18-2005, 11:49 PM  
Muff
Confirmed User
 
Join Date: Mar 2001
Location: Toronto
Posts: 1,782
PHP Coders. $30 PayPal first Person who posts...

The code for an easy script.

Details.

I need a script that will build a list of character strings and have these variables.

& = any letter a - z
@ = any number 0 - 9

So if I input &&& it would build a list that looks like.

aaa
aab
aac
aad
...
...
zzz

If I put @&& it would build a list that looks like.

0aa
0ab
0ac
....
....
9zz

Also want to be able to add letters or numbers in combination with the variables. So if I put @89&& it would build a list that looks like.

089aa
089ab
089ac
.....
.....
989zz

Doesn't need a fancy interface just tell me where I need to change inputs in the file and where to specify the output file and that's it.

When you post leave your PayPal addy. As soon as I get it to work I'll send you payment. Feel free to bump

Last edited by Muff; 02-18-2005 at 11:50 PM..
Muff is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote