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

[REBOL] why can't I copy msg/subject to a series

From: bry::itnisk::com at: 31-Oct-2002 14:31

If I write the following: Subject: copy msg/subject Subject: remove/part subject find subject "/" This raises an error ** Script Error: remove expected range argument of type: number series port ** Near: remove/part subject find subject "&" msg/subject exists. What I would like to do is to remove a range of characters from the subject.