Re: append to a file
- To: mathgroup at smc.vnet.net
- Subject: [mg46831] Re: append to a file
- From: Francois Coppex <coppexfrancois at yahoo.fr>
- Date: Tue, 9 Mar 2004 19:57:43 -0500 (EST)
- References: <c2k3ge$qj3$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Ok, finally found a way to do it: stmp = OpenAppend["file.txt"]; WriteString[stmp,ai1," ",ai2," ",ai3," ",ai4," ",ai5," ",ai6,"\n"]; Close[stmp];