Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
These two lines are the same..right?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01555138
Message ID:
01555154
Views:
86
>These two lines do the same thing..right?
>
>
>IF !(lcBillTypeDigit1 $ oApp.gsOutBilT1 ) OR !(lcBillTypeDigit2 $ oApp.gsOutBilT2)
>
>IF NOT ((lcBillTypeDigit1 $ oApp.gsOutBilT1 ) AND (lcBillTypeDigit2 $ oApp.gsOutBilT2))
>
>
>Thanks!


See http://simple.wikipedia.org/wiki/DeMorgan%27s_laws
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform