Re: Reading data




hhu wrote:
Thanks all for the help.

My data file is "example2.csv" while in my code I put "EXMAPLE2.CSV".
Didn't know that it is case sensitive.

The code is my first experiment in Fortran. Just wanted to know if I
could do the simplest thing correctly in it. Thanks again.

Unless the typo is only in your message, you appear to have misspelled
"example" in your code, transposing letters.

On Windows, file names are not case-sensitive, so if there is a file
foo.csv in a directory, opening in a Fortran program either "foo.csv"
or "FOO.CSV" works, for the numerous Windows Fortran compilers I have
used.

.



Relevant Pages

  • Re: Reading data
    ... Beliavsky wrote: ... The code is my first experiment in Fortran. ... for the numerous Windows Fortran compilers I have ...
    (comp.lang.fortran)
  • Re: Reading data
    ... It was a typo, and I am running on Unix. ... The code is my first experiment in Fortran. ... for the numerous Windows Fortran compilers I have ...
    (comp.lang.fortran)
  • Re: Variable Precision Problem
    ... I've got a problem with this fortran line. ... the result is different from the output of a scientific calculator ... The simplest thing to try is: ... Mike Metcalf ...
    (comp.lang.fortran)