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

[REBOL] Re: XHTML Rebol browser help

From: sunandadh:aol at: 27-Jan-2003 5:22

Carl:
> >> to-tuple debase/base #FF00EE11 16 > == 238.17.0 > > By my reckoning, it should return a four value tuple, with the first > value being 255. Or am I missing something?
It works from where I am:
>> to-tuple debase/base #FF00EE11 16
== 255.0.238.17 But enbase and debase were/are notoriously buggy. This is definitely one instance where your mileage has varied. Maybe a later release or beta will work on your platform. Sunanda.