Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get low word from 32 bit value
Message
From
16/05/2006 11:47:09
 
 
To
16/05/2006 09:14:03
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01122157
Message ID:
01122309
Views:
18
>Carlos,
>
>Can VFP 9's new BINTOC functions help you?
>
>Here are some sample snippets:
>
>* NumToULong
>BINTOC(BITAND(m.tnNumber,0xFFFFFFFF),"RS")
>
>* NumToUShort
>LEFT(BINTOC(m.tnNumber,"RS"),2)
>
>Malcolm
>

Close, but not quite :) I have a number and I want a number in return. Thank you Malcom. Christian showed up!

Carlos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform