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
- Follow-Ups:
- Re: Printing Lists to file without {}
- From: ggroup@sarj.ca
 
 
 - Re: Printing Lists to file without {}