Formatting Output
- To: mathgroup at smc.vnet.net
- Subject: [mg5305] Formatting Output
- From: Susan Rempe <rempe at euclid.chem.washington.edu>
- Date: Sat, 23 Nov 1996 01:44:42 -0500
- Sender: owner-wri-mathgroup at wolfram.com
I want a combination of string and expression written to a file. The output from a Print command is exactly what I want: In[43]:= Print["gm(",12,",",12,")=",FortranForm[gm]]; gm(12,12)=Cos(theta) Does anyone know how to get that same output written to a file? rempe at u.washingtonn.edu