Stream.EndOfLine (gb)
Property EndOfLine As Integer
Return or set the newline separator used by this stream.
The possible values are:
The value of this property is used by
LINE INPUT,
PRINT and the
Stream.Lines property.
Note that
gb.Unix actually allows you to read both Unix and Windows line formats. But it only writes Unix format.