Fusion92
09-07-2003, 04:26 PM
Ok, the program I have to make probably seems so simple...but for the life of me I can't figure it out...
- I enter a phrase into a string variable called "phrase"
- Let's say the phrase is "Hello There"
- When I press the command button, the program has to search the string for vowels (a, e, i, o, u, y) and replace them with asteriks (*)...
- So my phrase would be "H*ll* Th*r*" after the command button is pressed....
I can't solve this cause I'm a little rusty after being off school for the summer :(
Any help would be appreciated...
Thanks in advance :)
- I enter a phrase into a string variable called "phrase"
- Let's say the phrase is "Hello There"
- When I press the command button, the program has to search the string for vowels (a, e, i, o, u, y) and replace them with asteriks (*)...
- So my phrase would be "H*ll* Th*r*" after the command button is pressed....
I can't solve this cause I'm a little rusty after being off school for the summer :(
Any help would be appreciated...
Thanks in advance :)