Since this type of thing seems the like the fashionable function to write
these days, I thought that I had better offer my own version quick before I
get out of style...

; Ryan's en masse modifier.  Changes original block
modify: func [blk fun][
    head forall blk [blk: back change/part blk reduce [fun first blk] 1]
]

>> modify "gggg" :to-binary
== "#{67}#{67}#{67}#{67}"
>> modify ["gg""gg"] :to-binary
== [#{6767} #{6767}]

--Ryan


     Ryan Cole
 Programmer Analyst
 www.iesco-dms.com
    707-468-5400


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

Reply via email to