Write: space between numbers in a line
- To: mathgroup at smc.vnet.net
- Subject: [mg16724] Write: space between numbers in a line
- From: Carles Serrat <carles at rulhm1.LeidenUniv.nl>
- Date: Wed, 24 Mar 1999 02:23:44 -0500
- Organization: University of Leiden The Netherlands
- Sender: owner-wri-mathgroup at wolfram.com
Dear friends: I will appreciate if somebody can tell me how to write two columns separated by some space using the Write function: AA=OpenWrite[A,FormatType->FortranForm]; Write[AA,10,BLANK ,20] I would need something to put in the place of BLANK in order to leave a blank space between 10 and 20 in the file (I hope this is clear enough). I have tryied: Write[AA,10, ,20] and Write[AA,10," ",20] but it does not work. Thanks a lot in advance, I will appreciate any answer to be sent to my email address too: carles at molphys.leidenuniv.nl Carles