Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PROBLEM: I want to use == on comparison of strings
Message
De
05/09/2003 08:34:49
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00826335
Message ID:
00826354
Vues:
16
Hi Sergey,

and for
>SET EXACT OFF
>? LOOKUP(F1,'A'+SPACE(1000),F1) && <-- WITH EXACT OFF IT NOT FOUND
>* for set soft you get a hard comparison
>SET EXACT on
>? LOOKUP(F1,'A'+SPACE(1000),F1) && <-- WITH EXACT ON IT FOUND
>* for set hard you get a soft comparison
>
>* but if you define a INDEX
>INDEX ON f1 tag TAG1
>? LOOKUP(F1,'A'+SPACE(1000),F1) && <-- USE INDEX AND IT NOT FOUND
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform