Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ARR86
  • Content: Threads
  • Order by date
  1. ARR86

    Reading a text file without knowing the number of columns of data in Fortran 77.

    Hello All I want to read a file that can contain different number of columns of data everytime in Fortran 77. i.e. I dont know the number of columns beforehand.If I know the number of columns,I can read the file like this way SUBROUTINE varread(TNo,X,Y,Z,VARL) IMPLICIT NONE...
  2. ARR86

    Reading a .txt file

    I am a novice in fortran programming.I want to read text files containing three columns of data ( one integer and 2 real. Each file contain data of different lengths.Could someone please help me by providing the code?. Below is the data from one of the files to be read. 1 0.0000000E+00...

Part and Inventory Search

Back
Top