hex from string
Posted: Fri Aug 07, 2009 12:44 pm
by bitsnz >> Mon, 22 Nov 2004 11:02:45 GMT
Hello All
I have a returned string. The string is a number. i.e. string returned is 53
I need to take this string parse it to a hexadecimal format and then get the appropriate character equivalent.
hence; 53 -> #'53' -> ' S'
I need to get the string (53) into the character format (S). Is there an easier way? otherwise how can i do the above?
Thanks for any help
Hello All
I have a returned string. The string is a number. i.e. string returned is 53
I need to take this string parse it to a hexadecimal format and then get the appropriate character equivalent.
hence; 53 -> #'53' -> ' S'
I need to get the string (53) into the character format (S). Is there an easier way? otherwise how can i do the above?
Thanks for any help