View Single Post
Old 12-09-2002, 06:20 PM  
Shoplifter
Richest man in Babylon
 
Shoplifter's Avatar
 
Industry Role:
Join Date: Jan 2002
Location: Posts: 10,002
Posts: 5,727
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.
Shoplifter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote