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

[REBOL] Re: to-hex

From: dockimbel:free at: 11-Sep-2001 17:14

Hi, Hallvard Ystad wrote:
> And from the hex value F2, (or the integer value 242), how do I get the string "11110010"? >
Try :
>> enbase/base #{F2} 2
== "11110010" HTH, DocKimbel.