Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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.