Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accent insensitive
Message
From
18/02/2008 13:50:13
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01293497
Message ID:
01293502
Views:
16
That won't work because it will put the accentuated character in upper case.

>Yes
>
UPPER([Hemond]) = UPPER(name)
>*** or
>UPPER([Hemond]) % UPPER(name)
>*** or
>UPPER([Hemond]) == UPPER(name)
>
Previous
Reply
Map
View

Click here to load this message in the networking platform