Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert from decimal to hex and back to decimal
Message
 
 
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00711731
Message ID:
00711742
Views:
7
>Anybody have code or formula to convert number from decimal to hex and back again.
>
>Regards
>Stuart

x = transform(dec_number, '@0x') && returns hexval
dec_val = eval(x)
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform