ReadLine

Reads a line of characters from the current file and returns the data as a string.

SYNTAX
ReadLine()
RETURN The next line of the file or an empty string if the end of the file is reached.