|  | 
|  | 
| back to board | End of file Does each line end by EndOfLine. Or it may ends by EOF character? (Some troubles with reading by string) Does it necessary feel difference between Linux and Windows end of lines?
 Edited by author 16.12.2007 16:41
Re: End of file i solve this ploblem some years agovar c:char;
 begin
 n:=0;
 while not eof do
 begin
 read(c);
 .....
 end;
 end;
 | 
 | 
|