Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String evaluation
Message
De
11/08/2011 11:24:07
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Divers
Thread ID:
01520699
Message ID:
01520703
Vues:
120
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform