How to identify (test) a blank or blank line in a text file?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a .txt file. It contain blank(s) (equals space?) within a line or
blank lines. It has no effect even though I use Trim function. Secondly, I
"see" a blank line there. But when I test if it is a blank line, the result
is no. Please suggest any other functions I can use to test.

Thanks
 
Blanks are not always spaces, they can be also non-
printable characters like TAB
How do you test if it is a blank line?
 
Back
Top