Re: Simple Print question
- To: mathgroup at smc.vnet.net
- Subject: [mg59537] Re: [mg59524] Simple Print question
- From: "Jaccard Florian" <Florian.Jaccard at he-arc.ch>
- Date: Fri, 12 Aug 2005 00:07:41 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I would use : Grid[{glist}]
F.Jaccard
-----Message d'origine-----
De : Steve Gray [mailto:stevebg at adelphia.net]
Envoyé : jeudi, 11. août 2005 10:56
À : mathgroup at smc.vnet.net
Objet : [mg59524] Simple Print question
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.
Steve Gray