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

[REBOL] reduction

From: limhk::acm::org at: 6-Oct-2001 1:30

hi, i have a function like this: replacepl: func [str [string!]] [replace str "^-12^-" "^":^"" replace str "^-F7^-" "^":^"" replace str "^-B8^-" "^":^"" replace str "^-AT^-" ^ :^""] may i know how to reduce it? thanks. regards hk