Hi Kai,

The end-of-line characters (or whatever they are - yes RT - bring back Selma!), 
make your script a bit hard to decipher, but the newbie trap you're thinking of 
may be that you need a COPY before the value you're trying to access.

-- Carl Read.


On Wednesday, 2-February-2005 at 12:04 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=3Dk
>e=
>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.
>
>
>
>
>-- 
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.300 / Virus Database: 265.8.4 - Release Date: 2/1/05
>



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.4 - Release Date: 2/1/05

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to