>
>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
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

---
Príchozí zpráva neobsahuje viry.
Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz).
Verze: 6.0.231 / Virová báze: 112 - datum vydání: 12.2.2001

---
Odchozí zpráva neobsahuje viry.
Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz).
Verze: 6.0.231 / Virová báze: 112 - datum vydání: 12.2.2001


--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.

Reply via email to