Hi Graham,

GC> foreach item exclude parse/all text "$," [ "" ] [
GC>    append result to-integer debase/base item 16
GC> ]

I don't think that will work, unless you're guaranteed to have unique
values in the source. EXCLUDE is a set operation, so you'll lose
matching hex values.

-- Gregg

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to