Re: Reading data



It was a typo, and I am running on Unix.

Beliavsky wrote:
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: case-sensitivity
    ... only programming language I know of that does permit them. ... There is no ambiguity because spaces are optional in Fortran: ... days) is the source of an apocryphal story regarding a typo leading to ...
    (comp.lang.scheme)
  • 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: C style compound assignment operators
    ... <snip a bunch> ... Since the first version is longer, it is easier to make a typo (that ... still compiles). ... sign in Fortran 90 than Fortran 77, and I think ...
    (comp.lang.fortran)
  • Re: Is delphi a good introduction to programming?
    ... I thought that the missing space was a typo in post, ... it's more of a mistake in Fortran. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Reading data
    ... The code is my first experiment in Fortran. ... could do the simplest thing correctly in it. ... for the numerous Windows Fortran compilers I have ...
    (comp.lang.fortran)