open "\testFile.txt" for input as #f while not(eof(#f)) line input #f, a$ print a$ wend close #f