Is there a function that will look through a string and if it contains another string it will return true. For example, lets say you had a string
Global Str$ = "My name is Bob."
and you want to know if it contains the string "Bob". How would you do that.
Thanks
Global Str$ = "My name is Bob."
and you want to know if it contains the string "Bob". How would you do that.
Thanks