On Thu, 19 Mar 1998, Frank Heckenbach wrote:
It works for me. I just tried the following program under Linux, and it correctly prints the first line of input_file.
program x; var ip:text; s:string(100); begin assign(ip,'input_file'); reset(ip); repeat readln(ip); until eof(ip); reset(ip); readln(ip,s); writeln(s); close(ip); end.
Doesn't this program work under IRIX? Otherwise please send a complete program that doesn't work.
It's not working.
Oh well, maybe it didn't work in GPC 2.0. You might want to try a newer beta version.
Sure, one day....
miklos