Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From hex to ascii
Message
From
15/06/2012 13:50:15
 
 
To
15/06/2012 13:26:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01546097
Message ID:
01546104
Views:
54
>This page is pretty nice to get the equivalent of hex values into decimal for the ASCII table:
>
>http://www.alvechurchdata.co.uk/company/softasc.html
>
>But, if I would like to do it directly from VFP, assuming I would have an hexadecimal value of 47, what would by the command to obtain its decimal value?
HEX='47'
? EVALUATE('0X'+m.hex)
? STRCONV(m.hex,16)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform