Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's # and &?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00142013
Message ID:
00142283
Views:
36
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform