How do I write this substring code in Visual Basic?
Robert Nesta M asked: I am writing a Visual Basic program, and I’m wondering what to do.
I want to write an if/then statement, where IF a certain substring is contained anywhere in a string variable, THEN this certain event will execute. But I’m not sure how to do that. Help?