My data is in lines of varying length. I need to read 'x' amounts of data, store it in an array, and then continue. The problem is the READ command then skips to the next line. Ignoring the remainder. I would like to continue adding the data on the line to the array, and only have Fortran go to the next line when there is no more data on the line.
Simply put, the data needs to be read sequentially 'x' times, as if all of the data was in one row. There is no specific pattern to the amount not read.
Thanks ahead for any help.
Simply put, the data needs to be read sequentially 'x' times, as if all of the data was in one row. There is no specific pattern to the amount not read.
Thanks ahead for any help.