Hey, is there a way i could open a TEXT FILE
and COMPARE each line with something else...

Example:

CText = "Hey There"

File:

Yo
What Up
Hey There <----compares to EACH line and finds this one
Whats New

so it will compare itself to EACH line of a text file.. if a match is found.. it will do something.. if not it'll do something else


THANKS