Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Documents
Fehlermeldungen
How To's
Komponenten
gb.data
gb.form
gb.ncurses
gb.openssl
gb.pcre
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Übersicht der Sprachelemente
Wiki-Syntax
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Response.EndOfLine (gb.web)
Static
Property
EndOfLine
As
Integer
Return or set the end-of-line sequence type of the response.
The possible values are:
gb.Unix
for lines separated by
Chr$
(10)
.
gb.Windows
for lines separated by
Chr$
(13) &
Chr$
(10)
.
gb.Mac
for lines separated by
Chr$
(13)
.
This is the
EndOfLine
property of the output stream.
See Also
Stream.EndOfLine