Bug in 'strContains()' function
-
Hi,
I have had strange results returned when I try to call the 'strContains()' function. It seems to return true even when the searched for string is not present in the text. Please take a look at it.
So far, I have been using 'strFind() >= 0' as a replacement. This seems to work. -
I do the same. I meant to report this but keep forgetting. strFind is the bomb. strContains is the ugly duckling.