Hi Mat,

> StringToHex: func [
>   stringin [string!]
>   ][
>   do rejoin["result: to-integer #{"stringin"}"]
>   result
>   ]

How about:

>> s-to-h: func [str [string!]][to-integer debase/base str 16]
>> s-to-h "2a"
== 42

- Chris

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to