Hi Gregg, It failed in my case as you can see below : ** Script Error: Expected block of lines ** Near: write/append/lines output compose [(count) " - " ligne]
:-( -----Message d'origine----- De : Gregg Irwin [mailto:[EMAIL PROTECTED]] Envoyé : lundi 15 avril 2002 18:21 À : [EMAIL PROTECTED] Objet : [REBOL] Re: Evaluation and writing in a file Hi Richard, << 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 ? >> Have you tried COMPOSE? E.g. write/append/lines output compose [ (count) " - " ligne ] --Gregg -- 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.