[REBOL] Re: why can't I copy msg/subject to a series
From: gscottjones:mchsi at: 31-Oct-2002 10:37
From: "Anton"> You need to count the number of arguments > you have supplied to the remove function. > Note, the /part refinement causes remove > to expect an extra argument.Thereby, meaning that the statement might read something like: Subject: remove/part subject find subject "/" 3 with 3 being the missing argument. (Added for clarification, just in case ...) --Scott Jones