Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hexa to char conversion
Message
From
21/06/2004 14:15:13
 
 
To
21/06/2004 14:07:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00915744
Message ID:
00915749
Views:
13
This message has been marked as the solution to the initial question of the thread.
>Hi Folks,
>
>Here is some pretty easy thread..
>
>Please, does any can publ. here a function to convert hexa charac. to ASCII..
>
>I'd like to input 0C, 0A, etc.. and the function return its own representative chract. in ASCII
>
>
>TIA
>
>Claudio

hi Claudio,

would this work ?
function hextoascii(hexvalue)
 return chr(val('0x' + hexvalue))
endfunc
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform