Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Case insensitive compare?
Message
 
 
To
26/11/2002 11:18:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00727057
Message ID:
00727060
Views:
12
Thre's no such function but you can do following
? UPPER('ABC') = UPPER('abc')
* or
>? LOWER('ABC') = LOWER('abc')
>I thought I ran across a function in VFP7 once up a time that allowed comparisons of two strings regardless of either one's case and return a .T. if for instance that 'ABC' = 'abc'. Is there such a function?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform