[Gambas-user] Stream.EndOfLine (gb)
wally
wally at ...2037...
Wed Jan 29 10:00:17 CET 2014
Hi,
is there a way to set a custom EndOfLine ?
e.g. &hAA / Chr$(170)
wally
from Docs:
Stream.EndOfLine (gb)
Property *EndOfLine* As Integer
Returns or sets the newline separator used by this stream
<http://gambasdoc.org/help/def/stream?v3>.
The possible values are:
* gb.Unix <http://gambasdoc.org/help/comp/gb/gb/unix?v3> for lines
separated by Chr$ <http://gambasdoc.org/help/lang/chr?v3>(10).
* gb.Windows <http://gambasdoc.org/help/comp/gb/gb/windows?v3> for
lines separated by Chr$ <http://gambasdoc.org/help/lang/chr?v3>(13)
& Chr$ <http://gambasdoc.org/help/lang/chr?v3>(10).
* gb.Mac <http://gambasdoc.org/help/comp/gb/gb/mac?v3> for lines
separated by Chr$ <http://gambasdoc.org/help/lang/chr?v3>(13).
The value of this property is used by LINE INPUT
<http://gambasdoc.org/help/lang/lineinput?v3> and PRINT
<http://gambasdoc.org/help/lang/print?v3>.
More information about the User
mailing list