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

[REBOL] Re: XHTML Rebol browser help

From: petr:krenzelok:trz:cz at: 27-Jan-2003 11:14

Carl Read wrote:
>On 27-Jan-03, Gregg Irwin wrote: > >>Hi Anton, >> >> > >>>- Convert an RGB code such as "#FF00EE11" to a tuple: >>> >>> > >>How about: to-tuple debase/base #FF00EE11 16 >> >> > >Because it returns the wrong results, perhaps? ... > >>>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? >
View 1.2.8: ->> to-tuple debase/base #FF00EE11 16 == 255.0.238.17 -pekr-