Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enums and parameters question
Message
From
03/11/2002 05:51:15
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00717746
Message ID:
00718268
Views:
21
Hi Sergey:

>Yes. You would check for exactly value 3 this way.
lnValue = 22
IF BITAND(lnValue, 3) = 3
  WAIT WINDOW NOWAIT "Yes, it's 3"
ELSE
  WAIT WINDOW NOWAIT "Not 3"
ENDIF 
Right. Penny dropping even further <s>. You and Hilmar have helped me a great deal with this and I really appreciate it.

Best
-=Gary
Previous
Reply
Map
View

Click here to load this message in the networking platform