Re: I/O reading formated files




robert.corbett@xxxxxxx schrieb:

How do I manage to read all the lines of my data file?

Which Fortran implementation are you using? Do you need
a portable solution, or would an implementation-specific
solution suffice?

Hi Robert,

first of all I'm forced to work with F77 (shame on me for not giving
any information at all;-)) and I need to operate on unix as well as on
windows(XP). A "quick 'n' dirty" approach will be sufficient because it
will be an intermediate solution anyway.

The file was written by a fe-program, but not written in F.

TIA

Julian

.



Relevant Pages

  • Re: I/O reading formated files
    ... Which Fortran implementation are you using? ... A way to get around your problem is to read the entire line into a string. ... through a list directed I/O. ...
    (comp.lang.fortran)
  • Re: I/O reading formated files
    ... Which Fortran implementation are you using? ... a portable solution, or would an implementation-specific ... Bob Corbett ...
    (comp.lang.fortran)