|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
file.txt and/or file.xls to take file in Mathematica
Next by Date:
Comment's Style
Previous by thread:
Add a line to the top of a comma delimited file?
Next by thread:
Re: Add a line to the top of a comma delimited file?
|