Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding Mismatches
Message
 
 
À
17/09/2001 17:03:46
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00557515
Message ID:
00557524
Vues:
8
>When I use this code I get 119 records:
>! AllT(myBales1.dwgrev) $ AllT(pchange.dwgrev)
>
>When I use this code I get 102 records:
>AllT(myBales1.dwgrev) <> AllT(pchange.dwgrev)
>
>Which is the correct way?

The second gives you records, which are not completely identical. The first will give you more records, because
Field1 = "Steven"
Field2 = "Steven Duke"
! alltrim(Field1) $ alltrim(Field2) will return .f.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform