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
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to