I'm having trouble reading complete lines from open files in vb. I can open the file for input fine but I want to read a line (with random whitespaces in it) from a file into a string. Does vb have something equivalent to cin.getline(line, '\n');?