I wanted to know how I can do a if command but make it check if it contains a certain word instead of making it check to see if everything matches.
Say if my variable is set to: "This is a error"
And I want use if statement and check if that variable has "error" in it. How do i do that?
Thanks
Say if my variable is set to: "This is a error"
And I want use if statement and check if that variable has "error" in it. How do i do that?
Thanks