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

[REBOL] remove/part on open file port

From: notofo::earthlink::net at: 27-May-2004 22:36

hi! if I do a: open %file remove/part (find a "this")(find a "that") close a it acts like I expect. If I try to loop it through a directory, though, foreach file read %dir/ [ a: open file remove/part (find a "this")(find a "that") close a ] I get this error remove expected range argument of type: number series port what am I doing wrong? thanks, -- signature to baby: "doobywoobybooboo" -tom