Re: Re: Put a list to a file
- To: mathgroup at smc.vnet.net
- Subject: [mg5951] Re: [mg5937] Re: [mg5867] [mg5837] Put a list to a file
- From: af04 <nd at neural.win-uk.net>
- Date: Wed, 5 Feb 1997 21:11:41 -0500
- Organization: Cable Internet
- Sender: owner-wri-mathgroup at wolfram.com
seanross at worldnet.att.net wrote:
>
> Laura Thompson wrote:
> >
> > I would like to put the output of Print[TableForm[mylist]] to a file which
> > will _not_ be used by mathematica...
> >
> > I have tried Put, >>, opening a stream, Write, and I get either Null, if I
> > include the command Print, or the actual list (in list format) if
> > I don't include Print. I would like it in TableForm..in this case one
> > column of data.
> >
> > Note: it prints fine to the screen. I have tried to send % to a file (no
> > luck) as well as named output...I get Null.
> >
> > thanks,
> > LauraHave you tried the various formats of Display? I don't know if it would meet your needs, but mathematica can save things in a variety of
> graphics formats. I have had good success saving EPS, windows metafiles
> etc. In fact, on my student version of 3.0, none of the save as special
> commands work-they all save garbage, but the kernel commands function
> just fine.
i find OutputForm[TableForm[blah]] gets the output to a file ok without
{{}} stuff. But i get unwanted blank lines inbetween the lines of
output. Any ideas?
nigel