Page 1 of 1

Is This a Vowel

Posted: Sun Dec 19, 2004 5:58 am
by John Davidson
This demo shows one method to determine whether user has input a vowel, consonant, number, or some other key.

ascii code error

Posted: Mon Jan 03, 2005 5:06 pm
by tainoartist
Hi John, I just tried your demo. I like it very much. I just found one teeny mistake. When I type "o" it shows as a consonant, and "y" as a vowel. I checked the code and you have the ascii codes inverted. "o" should be "79".

-Chris

Re: ascii code error

Posted: Tue Jan 04, 2005 2:59 am
by John Davidson
tainoartist wrote:Hi John, I just tried your demo. I like it very much. I just found one teeny mistake. When I type "o" it shows as a consonant, and "y" as a vowel. I checked the code and you have the ascii codes inverted. "o" should be "79".

-Chris
It's Dell's fault.. they put the 7 and 8 keys too close together!

Thanks for the heads up Chris
John