Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Language Overviews
Lexicon
Компиляция & Установка
Последние изменения
ПРОЧТИ
Регистрация
Что переводить
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