Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LIKE function without regard for the case
Message
 
 
To
28/01/2004 13:36:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00871401
Message ID:
00871541
Views:
19
>>Hi Chuck,
>>
>>There's a way to do it in VFP using STRTRAN() function.
lcStr = " SET set"
>>lcSearchFor = "Set"
>>? NOT (lcStr == STRTRAN(lcStr, lcSearchFor, "", -1, -1, 1))
>>
>
>I don't think that will get me wildcard matches that like should.

Yea, Fabio pointed that out already. :)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform