Gambas Documentation
Application Repository
Compilatie & Installatie
Componenten
gb
gb.db
gb.db.form
gb.qt4
gb.settings
Developer Documentation
Documenten
Foutboodschappen
Hoe...
Laatste Wijzigingen
Language Overviews
LeesMij
Lexicon
Taal Index
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