MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

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: Mon, 22 Mar 1999 22:33:45 -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



  • Prev by Date: Matlab -> Mathematica integration question?
  • Next by Date: subgraph ismorphism (and MCS) in mathematica
  • Previous by thread: Re: Matlab -> Mathematica integration question?
  • Next by thread: Re: Write: space between numbers in a line