[REBOL] Trim question Re:
From: rryost::home::com at: 10-Oct-2000 16:23
I think you have the two args interchanged. See the following console session:>> a: "onetwothreefour"== "onetwothreefour">> a1: trim/with copy a "two"== "nehreefur">>All the characters in the 'with string are used separately. Russell [rryost--home--com]