Home »
Public Forums »
archive »
Readf and line lenght limit
Readf and line lenght limit [message #924] |
Mon, 15 March 1993 14:52 |
patel
Messages: 9 Registered: August 1992
|
Junior Member |
|
|
I am reading a file with the following line
while (not eof(lun)) do begin
if(temp eq 'nt') then readf,lun,nnt
print,ni
end
I get an error message like:
% Input line is too long for input buffer of 2048 characters.
% READF: Error encountered reading from file. Unit: 119
File: /home/users/patel/csi_data/fw2dcsi.fid/procpar
% Execution halted at READPROCPAR <read_procapr.pro( 54)> (READF).
% Called from $MAIN$
I see in my input file a line which is really long (>2048 chars). Is
there a way to get around this problem (by increasing the input buffer)?
I am reading an ascii file and I have to read it as such.
Thanks
-maqbool
patel@sparky.drad.umn.edu
|
|
|
Current Time: Sat Oct 11 02:57:35 PDT 2025
Total time taken to generate the page: 0.63965 seconds