Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Integer to Hex and Hex to Integer
Message
From
08/08/2003 14:57:45
 
 
To
08/08/2003 14:24:34
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brazil
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00818358
Message ID:
00818372
Views:
15
>How can I convert an integer value to hex and a hex value to integer?

Emerson,

To add to the other replies

Hex value to int
x = val('0x0001e240')

&& if you use it a lot
&& this is about twice as fast
x = val('0x0001e240')
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform