Name

Stream.LineSeparator Property — (Versions 2.5, 2.6)

Synopsis

                     stream.LineSeparator = lineseparator
                  

The LineSeparator indicates the character (or characters) that are used to indicate the end of a line in text streams.

Datatype

LineSeparatorEnum

Description

The default value for the LineSeparator property is adCRLF, which indicates both a carriage return and a line feed.

This property is valid only for text streams, which are Stream objects having a value of adTypeText for their Type property value.

See Also

LineSeparatorEnum Enumeration, Stream.SkipLine Method

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.