Re: Simple Print question
- To: mathgroup at smc.vnet.net
- Subject: [mg59539] Re: [mg59524] Simple Print question
- From: "David Annetts" <davidannetts at aapt.net.au>
- Date: Fri, 12 Aug 2005 00:07:43 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Steve, > > I'm printing glist in a format that makes the entries' > meaning clearer than just Print[glist], so I have a loop of > Print[glist[[x]], over Length[glist]. This prints each line > in a separate cell. I want all the lines to print in the same > cell so the printing will be more compact vertically. I would > appreciate any tips. Thank you. This sounds like an application for TableForm. Regards, Dave.