Stream.ReadLine (gb)

Function ReadLine ( [ Escape As String ] ) As String

Read a line of text from the stream, like the LINE INPUT instruction.

If Escape is specified, then newlines between two Escape characters are ignored.

This method is very useful when reading CSV files.