04-17-2011, 12:01 AM
(This post was last modified: 04-17-2011, 01:01 AM by AceInfinity.)
(04-16-2011, 11:49 PM)KoBE Wrote: Nice. Yeah I guess I didn't think about non-vowel words. I actually never knew one existed in the English language until you posted that one. But to add that functionality in I guess wouldn't be hard. If the word doesn't contain a vowel, put the first letter on the end and append 'ay". Seems logical! This challenge made me think a little bit.
Yeah, for me too, I haven't coded in vb for a while actually, did a couple short projects here and there but this made me realize how rusty i've gotten lol. I will be practicing some more of the basic fundamentals soon. I added a few more bonus features in my application to test a couple things out as well, as well as a customized class theme.
Update: @The High Roller, your program doesn't copy out the string from the output text box to the clipboard, it will copy out "End If" instead. Try it for yourself, but you may want to fix that.
Only thing i'm getting now is errors when I have only spaces in my code, and text inputs that have only one letter, and are not part of the string array for the vowels. Otherwise I have a fully functional PigLatin translator..