Delphi Student and Vowel Extraction Program

From: Aron (clantbod_at_yahoo.co.uk)
Date: 04/29/04


Date: 29 Apr 2004 13:30:34 -0700

Hi,

I'm wondering if some of you more seasoned Delphi pros would be able to help
me. I'm currently studying Delphi programming at University and am a bit
lost in making an application for one of my assignments. I need to be able
to extract the Vowels and Consonants from and edit box, place the vowels
into a second edit box, and the consonants into a 3rd edit box. Im presuming
I need to do this with a CASE statement (case statement of -
'a';'e','i','o','u', : etc.) but Im really a bit stumped as this is an
'apply your mind not stated in the book' kind of problem, and my mind has
gone awol right about now. If anyone could give me some pointers or ideas
(or even code) I would be highly appreciative.

Thanks all,

Aron



Relevant Pages

  • Re: Delphi Student and Vowel Extraction Program
    ... > to extract the Vowels and Consonants from and edit box, ... > into a second edit box, and the consonants into a 3rd edit box. ... > 'apply your mind not stated in the book' kind of problem, ...
    (alt.comp.lang.borland-delphi)
  • Re: Delphi Student and Vowel Extraction Program
    ... > I'm wondering if some of you more seasoned Delphi pros would be able ... > box, place the vowels into a second edit box, and the consonants into ... if character is a vowel, ...
    (alt.comp.lang.borland-delphi)