I have a file which I'm reading text from and I'm trying to read the file character by character....I'm using the read function to get the character and it works fine except for when the end of a line is reached it gives me ''. How can I tell me read function to skip this spot in the line? I'm guessing it's a character signaling the end of a line.