MathGroup Archive 2001

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

Search the Archive

FortranForm

  • To: mathgroup at smc.vnet.net
  • Subject: [mg29229] FortranForm
  • From: Krzysztof Pachucki <krp at fuw.edu.pl>
  • Date: Wed, 6 Jun 2001 04:24:18 -0400 (EDT)
  • Organization: A poorly-installed InterNetNews reader
  • Sender: owner-wri-mathgroup at wolfram.com

Problems with FortranForm when send output fo file.

The command is 

OpenWrite["out.f"];
SetOptions["out.f", FormatType ->FortranForm];
SetOptions["out.f", PageWidth -> 72];
Do[(Write["out.f",II[i],"=",t[i]]),{i,1,10000}];
Close["out.f"];

For any i the first character "II[i]" do not start with
7th column  but with completely accidental column.
However, the whole expression is printed correctly,
but not the first line.


-- 
Krzysztof Pachucki

Institute of Theoretical Physics
Warsaw University
Hoza 69, 00-681 Warsaw, Poland
Tel: + (48-22) 5532246
Fax: + (48-22) 6219475


  • Prev by Date: Re: Double-spaced text within cell
  • Next by Date: Re: Notebook to PDF Windows
  • Previous by thread: I am looking for references
  • Next by thread: Re: FortranForm