Recent content by hamidsv

  1. H

    Fortran Reading a file in FORTRAN 90 or 95

    Hi gsal, Thanks for your quick reply. This time I was able to solve the problem (one of my friends helped me). Next time I try to provide all information if I have any questions. Thanks again
  2. H

    Fortran Reading a file in FORTRAN 90 or 95

    Hi everybody, I need your help guys. I am using FORTRAN 90(or 95) and try to read a text file. The file contains many lines for instance something like this CS DIRECT 1.2 2.5 3.6 1.6 -2.3 2.9 .... .... .... I need to put each line inside a string variable for example A="CS"...