Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Evaluation and writing in a file

From: richard::coffre::francetelecom::com at: 16-Apr-2002 13:34

One more thing, when I use reform or some other functions, it adds some extra spaces before and after, e.g. with write/append/lines output reform ["Etude du fichier '" file "'"] I have Etude du fichier ' generic4.txt ' What can I do to avoid the extra space insertion ? TIA -----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