Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting Hexadecimal
Message
 
 
To
19/11/1999 13:30:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00293179
Message ID:
00293292
Views:
22
>How can I convert a Hexadecimal value in an ASC value, or some other 'understandable' value?

I saw George Tasker post this cool piece of code.

* Hex to decimal
* lchex is a hexidecimal value starting with "0x"
lnvalue = EVALUATE(lchex)
* Decimal to Hex
lchex = TRANSFORM(lnvalue, "@0")
Previous
Reply
Map
View

Click here to load this message in the networking platform