[REBOL] Re: Evaluation and writing in a file
From: richard:coffre:francetelecom at: 16-Apr-2002 13:28
And the winner is Ronald.
Thanks you, it works fine.
-----Message d'origine-----
De : Ronald Gruss [mailto:[ronald--free--fr]]
Envoy=E9 : mardi 16 avril 2002 10:30
=C0 : COFFRE Richard FTO
Objet : [REBOL] Re: Evaluation and writing in a file
Bonjour COFFRE,
Monday, April 15, 2002, 3:56:09 PM, vous avez =E9crit:
CRF> Hi Rebol fellows,
CRF> I use to code below to write something in a file :
CRF> write/append/lines output reduce [ count " - " ligne ]
CRF> where count is a number and ligne a character string. It doesn't work
CRF> because I don't have any block, but when I write
CRF> write/append/lines output [ count " - " ligne ]
CRF> count isn't evaluated so how can I do ?
CRF> So far, I split it in 3 instructions.
CRF> Any ideas ?
CRF> TIA
CRF> Richard Coffre
CRF> France Telecom Orbiscom
CRF> T=E9l. : 01 47 61 46 28
CRF> --
CRF> To unsubscribe from this list, please send an email to
CRF> [rebol-request--rebol--com] with "unsubscribe" in the
CRF> subject, without the quotes.
write/append/lines output reform [count " - " ligne]
should make it
HIH
--
Cordialement,
Ronald