Displaying 1 result from an estimated 1 matches for "scanforrowstarts".
2007 Apr 06
2
Reading a csv file row by row
Hi, my friends.
When a data file is large, loading the whole file into the memory all
together is not feasible. A feasible way is to read one row, process it,
store the result, and read the next row.
In Fortran, by default, the 'read' command reads one line of a file, which
is convenient, and when the same 'read' command is executed the next time,
the next row of the same file