Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bitand on more than 32 bits
Message
From
11/02/2003 03:29:24
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00751377
Message ID:
00751802
Views:
21
>Hi,
>
>How many bits do you want ? You can use more than 32 anyway.
>
>e.g. using 48 bits: BITAND(16014621,15033922) = 14959616
>
>Regards,
>Viv

Viv,

Aren't all your numbers 24 bits ?

Just tested (you never know with computers): bitand(2^32, 2^32) returns 0 since we are exceeding 32 bits (2^31 ..... 2^0)


UPDATE: Viv, you were the quicker
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform