How does one translate hexadecimal ascii strings to a value ?
- Posted by Ad Rienks <Ad_Rienks at COMPUSERVE.COM> Jun 26, 1997
- 879 views
>A Simple question: >How does one translate hexadecimal ascii strings to a value in Euphoria = ? A simple answer: Make sure you precede your string with a '#', and the function value(hex_string) will return the value in it's second element, if the he= x string is valid. Ad Rienks Ad_Rienks at compuserve.com

