|
[Date Index]
[Thread Index]
[Author Index]
Re: data input and output in ascii
- To: mathgroup at smc.vnet.net
- Subject: [mg30044] Re: data input and output in ascii
- From: "Stefan Linnik" <stefan.l at ntlworld.com>
- Date: Wed, 25 Jul 2001 01:00:26 -0400 (EDT)
- References: <9j65bc$2f6$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Try WriteString[stream, data1, data2, ...]
Numbers are automatically converted into strings, and you can also put in
"\n" for newline "\t" for tab etc.
Stefan Linnik
~~~~~~
"Steven Scroggin" <scrog at lvcm.com> wrote in message
news:9j65bc$2f6$1 at smc.vnet.net...
> I can get a simple data set in ascii format into Mathematica 3.0 with
> ReadList["file", Number, RecordList->True]. After I've crunched it, how do
I
> export it in the same plain jane format?
>
> For example, consider ascii.txt:
> 1 2 3
> 4 5
> scrog at lvcm.com
> Steven Scroggin
>
>
>
Prev by Date:
Button Evaluate ??
Next by Date:
True 3D Text Characters?
Previous by thread:
Re: data input and output in ascii
Next by thread:
Order of coefficients in output
|