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:
00142185
Views:
32
>>I'm trying to muddle through someone else's code, and I've come across something I've never seen before:
>>>
>>>IF myvar#3
>>>. . .
>>>ENDIF
>>>
>>>What's the # for? I can't find it in help (other than #DEFINE, etc.).
>>
>>"#" tries to symbolize a "=" sign with a slash through it: the "not-equals" symbol. You can use "<>" or "!=" instead.
>
>Did I miss someone else adding
>IF !myvar = 3
>
>Just so we could have FOURTH method?



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 ;-)
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform