Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
gb.web
Request
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error
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