Delphi wrote: [] > The problem is that Readln() reads the whole file as one line. When I > load this file into Textpad it show 13 lines. What am I missing?
Perhaps the file does not have the normal <CR><LF> sequences. Does it display correctly in Notepad? Try using a TStringList.LoadFromFile method instead, and parsing the lines after they are read in. David _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

