Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Integer to Hex and Hex to Integer
Message
 
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:
00818364
Views:
13
See HOWTO: Convert Decimal Integers to Hexadecimal Strings
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q192303&

and hex2dec:

nhex=0xF000002
ndec=iif(nhex<0x8000000, nhex, nhex- 0xFFFFFFFF-1)

Be advised that negative decimal numbers and hex numbers greater than 0x8000000 need special care.
Previous
Reply
Map
View

Click here to load this message in the networking platform