In VB.NET using the "Like" operator to compare 2 strings gives me a different result now, as compared to in VB6.
Is this a bug?
e.g. ("aza" Like "*a*z*") = False !!!
yet, ("az" Like "*a*z*") = True (as I would expect)
Incidentally, I tried doing a search here for "Like" and the search engine didn't like that as a keyword.
Any ideas? Thanks, DaveBo




Reply With Quote