View Single Post
  #16 (permalink)  
Old Jul 5th, 2004, 10:52
stealthy1 stealthy1 is offline
New Member
Join Date: Jul 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
I have the function isVowel in a function library and need to create a new function called dropVowels and place this in the function library. I then need to call the isVowel function to create an alert box with a string with the vowels missing. I'm very confused!