Hi Kai

we wont know what you get from
 cats: load %/c/farm/cats.csv

so it will be difficult to speculate



On Wed, 2 Feb 2005, Kai Peters wrote:

>
> Hi all,
>
> in my script below i would expect cururl to have a different value for each=
>  iteration. It does, however, retain its =A0value from the first iteration.
> I vaguely remember there being a newbie trap because of some Rebol feature=
>  but can't for the life of me not remember where ....
>
> Anyone can help me fix this script?
>
> Thanks in advance,
> Kai
>
>
>
> rebol[]
>
> cats: load %/c/farm/cats.csv
>
> baseurl:
> http://protect-the-innocent.net/recherches/standard.php?zyp_id=3D0&Zip_City=3Dke=
> lowna&Zip_Displayed=3D100&Zip_InClientsList=3D1
>
> &Zip_Langue=3Den&Zip_Page=3D1&Zip_Produit=3D@&Zip_Scope=3D1&Zip_StartPoint=3D0&Zip_Sou=
> rce=3D1&Zip_Type=3Dcat&laville=3Dke
>
> lowna&Zip_Prov=3DBC&
>
> foreach cat cats [
> =A0 cururl: replace baseurl "@" cat
> =A0 fname: =A0join %/c/farm/level1/ cat
> ; print cururl
> =A0 write fname read cururl
> ]
>
>
> --
> To unsubscribe from the list, just send an email to rebol-request
> at rebol.com with unsubscribe as the subject.
>
-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to