Monday, April 12, 2004, 11:47:29 PM, Tom wrote:
> write to-file join var-X ".txt" read/custom url ['POST rejoin [
> "M12_SEL_DINI=" var-1
> "&K01=WINQ120&K02=89T4810&K03=" var-3
> "bla bla"
> ]]
i fear you are missing a 'reduce here:
write to-file join var-X ".txt" read/custom url reduce [
'POST
rejoin [
"M12_SEL_DINI=" var-1
"&K01=WINQ120&K02=89T4810&K03=" var-3
"bla bla"
]
]
--
Best regards,
Andreas
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.