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:
00142413
Views:
34
>>>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
>>
>>Not fair - if those count, why not:
>>
>>! BETWEEN(myVar,3,3)
>>! INLIST(myVar,3)
>>
>
>What about
>!EMPTY(myVar-3)

or
!SQRT(a)=SQRT(3)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform