ZeroEffect
Junior Contributor
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
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