assignfile(dottxt,eFileNameEdit.Text);
try
reset(dottxt);
readln(dottxt,ln); // 1.
if leftstr(ln,5) <> '<Doc>' then
readln(dottxt,ln); // 2.
if leftstr(ln,9) = '<esearch>' then
I have readln'ed 2 times(lines) just to verify the text file.
How I can go back to the first line of textfile to loop?