Output from StringForm
- To: mathgroup@smc.vnet.net
- Subject: [mg11848] Output from StringForm
- From: El alchemista <jaimeco@pecos.rc.arizona.edu>
- Date: Wed, 1 Apr 1998 00:35:52 -0500
- Organization: The University of Arizona
- References: <6fd1r0$5tl@smc.vnet.net>
I have this little piece of code which I can not manipulate: OutputForm [ StringForm ["nb = `` " , 666 ] ] >> ou will give me : nb = 666 OutputForm [ StringForm ["nb = ``\n " , 666 ] ] >> ou will give me: nb = 666 blank line I want to have a blank line before nb = 666 so I tried: OutputForm [ StringForm ["\nnb = `` " , 666 ] ] >> ou but this gives me: 666 nb = Is there there an easy way to produce an initial blank line using StringForm. Thanks Jaime Combariza jaimeco@arizona.edu