Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The # operator
Message
De
29/06/2000 17:58:54
 
 
À
29/06/2000 17:42:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00386742
Message ID:
00386810
Vues:
15
Mike,

>>>...Or you could just use .NOT. or ! in front of the equality.
>>... or NOT, as in
>? NOT "A" = "B"
>
>Hmmm, isn't that what I said (ok, ok, the dots aren't needed, but its the same thing, I think)?

I lost the dots several years ago. :-)

Of course, the placement of the NOT or ! does matter, which was not clear from your post. These all will work:
? "A" != "B"
? ! "A" = "B"
? NOT "A" = "B"
? .NOT. "A" = "B"
but these NOT will:
? "A" NOT = "B"
? "A" .NOT. = "B"
? "A" ! = "B"
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform