MathGroup Archive 2006

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

Search the Archive

Printing Lists to file without {}

  • To: mathgroup at smc.vnet.net
  • Subject: [mg65991] Printing Lists to file without {}
  • From: Luis <luisaph at terra.es>
  • Date: Wed, 26 Apr 2006 04:37:43 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

I need to write list to a file. To do so, I'm typing:

output = OpenWrite["prueba.out"];
Write[output, Take[ao, {1, 100}]];

It writes each value but it starts and ends using brackets. i.e. it writes: '{0.2, 0.4, ... } 

How could I avoid them?

Thanks


  • Prev by Date: Re: Re: unable to FullSimplify
  • Next by Date: Re: NDSolve
  • Previous by thread: Re: error function
  • Next by thread: Re: Printing Lists to file without {}