Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's # and &?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00142013
Message ID:
00142283
Vues:
37
Hi Ken,

>And of course the long antiquated:
>
>NOT myvar = 3
>
>That's 5...is there a 6th? I'll bet Joy never expected this much milage from a simple question ;-)

What about

NOT myVar == 3
!myVAR == 3

and of course

myVar=3 = .F.
myVar==3 = .F.
myVar=3 == .F.
myVar==3==.F.

or the other way round

.F.=(myVar=3)
.F.==(myVar=3)
.F.==(myVar==3)
.F.=(myVar==3)

Christof
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform