2.0
3.0
>
comp
>
gb
>
stream
>
endofline
前一个 下一个
编辑
重命名
撤销
搜索
管理
文档
警告! 该页面未翻译。
参见英文版
Stream.EndOfLine (gb)
Property
EndOfLine
As
Integer
Returns or sets the newline separator used by this
stream
.
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)
.
The value of this property is used by
LINE INPUT
and
PRINT
.