Re: Write long table into file problem
- To: mathgroup at smc.vnet.net
- Subject: [mg51116] Re: Write long table into file problem
- From: Steve Gray <stevebg at adelphia.net>
- Date: Tue, 5 Oct 2004 04:37:01 -0400 (EDT)
- References: <cjj806$brl$1@smc.vnet.net> <cjoicn$akp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
This is one of those situations where I was sure I already tried it, but your answer came along just as I needed it, and of course it works. Thank you, Peter. Steve Gray On Sun, 3 Oct 2004 09:56:39 +0000 (UTC), "Peter Pein" <petsie at arcor.de> wrote: > strm = OpenWrite["~/output/test.dat", Pagewidth->Infinity]; > >is sufficient, I suppose ;-)