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
In borland C++ Builder 3 there are the commands 'LEFT' 'RIGHT' and 'MID'
They supose to work like this:
LEFT("Spippo",3) = "Spi"
RIGHT("Spippo",2) = "po"
MID("Spippo",2,3) = "pip"
When I use them, it sais:
[C++Error] Unit2.cpp(48)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.