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

[REBOL] Re: issue-to-tuple

From: rebolek:seznam:cz at: 16-Apr-2002 7:53

>How about > > to-tuple form issue > >Anton.
If I understand it well Oldes needs that function for converting hexa RGB values to REBOL format so this won't work. I vote for [to-tuple debase/base clr 16] :) rbb
> << Does anybody know, if there is better way how to convert issue to > tuple then this one? > > issue-to-tuple: func[clr ][ > to-tuple load head insert tail insert next clr: mold clr "{" > "}" ] > >> > > I don't know if it's better, but here's what I came up with from > tinkering a > bit. > > issue-to-tuple: func[clr ][ > to-tuple debase/base clr 16 > ] > > --Gregg
-- To unsubscribe from this list, please send an email to [rebol-request--rebol--com] with "unsubscribe" in the subject, without the quotes. --- Pr=EDchoz=ED zpr=E1va neobsahuje viry. Zkontrolov=E1no antivirov=FDm syst=E9mem AVG (http://www.grisoft.cz). Verze: 6.0.231 / Virov=E1 b=E1ze: 112 - datum vyd=E1n=ED: 12.2.2001 --- Odchoz=ED zpr=E1va neobsahuje viry. Zkontrolov=E1no antivirov=FDm syst=E9mem AVG (http://www.grisoft.cz). Verze: 6.0.231 / Virov=E1 b=E1ze: 112 - datum vyd=E1n=ED: 12.2.2001