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
