Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: convert to raw hex string

From: greggirwin::mindspring::com at: 12-Oct-2006 5:32

Hi Greg, GS> I had to convert a hex data to a string. I thought it would be a one word GS> convert. GS> I wanted the 31313630363238373637 part as a string. :-( How about:
>> enbase/base form 1160628767 16
== "31313630363238373637" -- Gregg