Hi there,

I am having a problem with reading lines from a text file.

Basically I read a line and look for "sending " in the line. If "sending " is found I go into a nested IF, ENDIF that reads the next line of the file and then checks for "Failed send".

For some reason the 2nd readline returns a blank line so that "failed send" is never found. If I do 2 consecutive readlines it reads the line but I end up only reading every other line.

Any clues as to why readline would return a blank line (other than the line being blank of course) :-)

Regards,

Anthony