Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String evaluation
Message
From
11/08/2011 11:24:07
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01520699
Message ID:
01520703
Views:
121
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>
>i should like this condition :
>
>'ménage' = 'MENAGE'
>or
>'liège' = 'LIEGE'
>
>it's possible ?
>
>
>thank in advance


(1) if you first take the accents out, see http://www.atoutfox.org/articles.asp?ACTION=FCONSULTER&ID=0000000020
(2) Then compare either upper('menage') == upper('MENAGE') or compare with set collate to 'general'
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform