Mark Chang wrote:
> 
> I have a HEX value
>         a: #{096A6F6273747265657403636F6D}
> 
> if I use
>         to-string a
> result is "^-jobstreet^Ccom".  That is NOT what I want.
> 
> what I want is to convert to
>         b: "096A6F6273747265657403636F6D"
> 
> Sound easy but could not find a simple way to do it.  Any idea?  Thanks.

A solution can be :

>> a: #{096A6F6273747265657403636F6D}
== #{096A6F6273747265657403636F6D}
>> head remove back tail remove/part mold a 2
== "096A6F6273747265657403636F6D"

HTH,

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

Reply via email to