Vbscript help

outlawstar4761

In Runtime
Messages
186
I'm trying to make a program that will let the user enter a string and then it will remove all the vowls from it. I think I've figured out to some extent how to specify the characters that I want to be taken out. I have a variable called illchar that holds all the vowls. But, that's about as far as I've gotten. And I can't think of how to say "If string contains illchar replace blah blah" I thought I could do it with an if statement but there's not one for if contains (like if < or if ==) also, I thought maybe a for loop? Can anyone help me?
 
Back
Top Bottom