Hi
I been trying to figure out this problem for last few days but cannot find the answer.
I am trying to use nested for loops to try and create a 6 character string using letters/numbers from a array. I need it so that it starts off with one character and then adds one more etc. Then need it to stop when it finds the word that has been inputted.
Example is
a
b
..z
then
aa
ab
ac
...az
or even
a
z
aa
ba
za etc
thanks