Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BitAnd() limitation?
Message
From
06/08/2004 16:36:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
BitAnd() limitation?
Miscellaneous
Thread ID:
00931430
Message ID:
00931430
Views:
57
hello everybody.

it seems, in Vfp6 Sp5, that the following works:
?bitand(2^30, 2^30) = 2^30 && shows .t.
but the next one does not
?bitand(2^31, 2^31) = 2^31 && shows .f.
is this the limitation of BitAnd()?

if so, is there a workaround? currently i need to be able to check for values up to 2^33

thanks for all your help in advance!
Next
Reply
Map
View

Click here to load this message in the networking platform