output formatting
- To: mathgroup at smc.vnet.net
- Subject: [mg12775] output formatting
- From: Margit <mgfoehle at mch1srv.tuwien.ac.at>
- Date: Wed, 10 Jun 1998 03:04:36 -0400
- Organization: Vienna University of Technology, Austria
- Sender: owner-wri-mathgroup at wolfram.com
Hi out there! I have a problem with Mathematica output. I want to write output to a file so that it finally looks like a table which can be imported by Stanford Graphics. The file should look like 1 2 3 4 5 6 7 8 9 0 ... always five expressions with a Blank in between, then the next line. Using Do[Write[outfile, a[p],b[p],c[p],d[p],e[p]],{p,1,20}] I can`t get a blank in between the expressions. I tried to convert each line to a string with StringForm and ToString, but then I get " at beginning and end of each line. Does anyone have an idea? Thanks for your help! Margit