Re: Add a line to the top of a comma delimited file?
- To: mathgroup at smc.vnet.net
- Subject: [mg32711] Re: Add a line to the top of a comma delimited file?
- From: Albert Retey <albert.retey at visualanalysis.com>
- Date: Thu, 7 Feb 2002 05:09:41 -0500 (EST)
- Organization: Visual Analysis AG
- References: <a3qqlk$287$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Why not just WriteString[outfile,"PLINE\n"] right after your call of OpenWrite[] ? hope that helps Albert