I am reading someone's code and not sure what the statement below does.
If InStr(CurLine, "") Then
CurLine is a string read from a file by ReadLine() method.
i believe it is a condition statement but not sure when it is true or false (what is the return value?).
thanks.
Go to the complete details ...