Hi All,
I'm trying to create a loop to generate and print strings as follows:
Alphanumeric characters only:
0-9 are before A-Z, which are before a-z, i.e., using 62 characters
Length goes up to 4 characters.
So, it would print:
then from 0000-zzzz
then it stops.
I appreciate if someone can help me....
Thanks,