Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BitSet & Integer
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00919018
Message ID:
00919061
Views:
15
Becareful because all the bitwise() operation works only on integers, so from -2,147,483,647 to 2,147,483,647, no support out that range, it's a VFP limitation....

>>Bitset(0,31) = -2147483648, the minimum integer for VFP is -2147483647 try with
>>
>>Replace inttest With (Bitset(0,31)+1)
>>
>
>If i do this, BitTest(Inttest, 0) will return .T., which is not a good thing for me... I guess i'll have to use a float instead.
>
>Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform