En Masse Modifier
[1/1] from: ryanc::iesco-dms::com at: 16-Oct-2001 12:47
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