Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LIKE function without regard for the case
Message
 
 
À
28/01/2004 13:36:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00871401
Message ID:
00871541
Vues:
18
>>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform