convert hex value to ascii value

ZeroEffect

Junior Contributor
Joined
Oct 24, 2004
Messages
204
Location
Detroit, MI
I know the I can use asc("A") to get the ascii value of "A" but what I need to do is get the ascii value of a hex value.

a HEX value of "33" = ascii = "51" = character "3"

when I try to use asc(hex value) I always get a return value of 51 so that is not it.

I am I headed in the right direction?

Thanks for any help.

still hunting,

ZeroEffect
 
Back
Top