[RESOLVED] excessive for loops

wxdqz

New Member
this is java but technically it's javascript since it's going into html but the question is the same on either forum...

it might sound stupid but just go with it, it's part of something bigger that's not relivent

i need a script to list every alphanumeral (a-z [lowercase only] 0-9) combination with a minimum character limit of 3 and a maximum limit of 16.
i think it would require arrays but arrays are a bit fuzzy for me (i musta been daydreaming at that time during the course last year) and I don't want to stack a bunch of for loops. Help?
 
Top