I'm creating a program that puts all the possible "words" of 10 digits (only numbers and lowercase letters) in a memo.
This memo needs to have 3656158440062976 lines (36^10)
I've also tried this:
Memo1 -> Lines -> Count = Memo1 -> Lines -> Count +1;
But that doesn't work
This memo needs to have 3656158440062976 lines (36^10)
I've also tried this:
Memo1 -> Lines -> Count = Memo1 -> Lines -> Count +1;
But that doesn't work