Output to a file
- To: mathgroup at smc.vnet.net
- Subject: [mg13215] Output to a file
- From: Michaela Meier <michaela.j.meier at rz.ruhr-uni-bochum.de>
- Date: Mon, 13 Jul 1998 07:43:04 -0400
- Organization: Ruhr-Universitaet Bochum, Rechenzentrum
- Sender: owner-wri-mathgroup at wolfram.com
Hi, I'm trying to output values to a file. The result should look like this -24.0000 -20.0000 2.5432 1.3894 2.3965 2.3490 I already came across 'PaddedForm' - but Write[fileNr,PaddedForm[{x,y,fp1[xx,yy]},{7,4}] gives {-24.0000, -20.0000, 2.5432, 1.3894, 2.3965, 2.3490} How do I get rid of '{' and ',' ???? Michaela