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

[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]