MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: help: Write data to file into many columns

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4466] Re: help: Write data to file into many columns
  • From: wolfram at 3rd.eye.world (Wolfram)
  • Date: Mon, 29 Jul 1996 02:37:21 -0400
  • Organization: 3rd Eye
  • Sender: owner-wri-mathgroup at wolfram.com

In article <4shucf$g7n at ralph.vnet.net>, bp at ee.edinburgh.ac.uk (Bumroong
Puangkird ) wrote:

> I am trying to write my data into a file by using Mathematica. I need to
> write my data into two or three column formats. However, I could not do
> it so. Any help is appreciated.
> 
> Thanks,
> Bumroong
> 
> ----------------------------------------------------------------------
> Bumroong Puangkird                                      STRG/EE/EU/UK.
> Tel. +44 (0)131 650 5608                      Fax. +44 (0)131 650 6554
> ----------------------------------------------------------------------

You can do it like this:

Put[OutputForm[TableForm[ list ]],"file name"]

Wjr.

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: ParametricPlot3D: shading?
  • Next by Date: Re: 4-dimensional graphing
  • Previous by thread: help: Write data to file into many columns
  • Next by thread: RE: help: Write data to file into many columns