Quote:
Originally posted by Nydahl
Hi,
declare array of chars, 'a','b','c' and so on.
now define count of chars, in our country 32;
Edit1.Text is string of combined chars.
you must write procedures to store it into file etc.
|
Increment through the Ascii code numbers for the characters
a-z using Nydahl's code.
You can use the ord to get the ascii, then increment it for the next letter then get the character from the ascii with chr.