Using MS Fortran 4.1, I am trying to read variable length formatted sequential records from a file. Each record is terminated by a CRLF. I set up a buffer of 1024 bytes (expected max), and want to read each record one-at-a-time, but I can't seem to properly set up the read and format statements to stop the read so as to avoid filling the buffer with additional records. The format appears to repeat until the buffer is filled.
Any advice?
Joey.
Any advice?
Joey.