Hi Tom,

I have tried it but it failed

-----Message d'origine-----
De : Tom Conlin [mailto:[EMAIL PROTECTED]]
Envoyé : lundi 15 avril 2002 19:02
À : [EMAIL PROTECTED]
Objet : [REBOL] Re: Evaluation and writing in a file




not tried but I would try and reduce the problem...

write/append/lines output reduce [ count " - " ligne ]

tom

On Mon, 15 Apr 2002, COFFRE Richard FTO wrote:

> Hi Rebol fellows,
> 
> I use to code below to write something in a file :
> 
> write/append/lines output reduce [ count " - " ligne ]
> 
> where count is a number and ligne a character string. It doesn't work
> because I don't have any block, but when I write 
> 
> write/append/lines output [ count " - " ligne ]
> 
> count isn't evaluated so how can I do ?
> 
> So far, I split it in 3 instructions.
> 
> Any ideas ?
> 
> TIA
> 
> Richard Coffre
> France Telecom Orbiscom
> Tél. : 01 47 61 46 28
> 
> 
> -- 
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the 
> subject, without the quotes.
> 
> 

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.

Reply via email to