Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
64bit unsigned integer
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00836962
Message ID:
00836968
Views:
10
Hi Franco,

VFP supports only 32 bit long integers. What're you trying to do? Maybe there's another way to acomplish that?

>Hi all,
>I need to perform bitshift operations on 64bit unsigned integer.
>Is there a way to do this?
>
>Using numeric values seems non works:
>
>LOCAL num, x as Number
>num=1
>x=31
>?bitlshift(num,x) && works
>x=32
>?bitlshift(num,x) && DOESN'T work
>
>thanks
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform