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

[REBOL] Re: remove/part on open file port

From: lmecir:mbox:vol:cz at: 28-May-2004 8:19

Tom Foster napsal(a):
>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 >
It looks like Find didn't find any occurrence of "that". -L