Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO LineSeparator Property


❮ Complete Stream Object Reference

The LineSeparator property sets or returns a LineSeparatorsEnum value that indicates the line separator character used in a text Stream object. Default is adCRLF.


Syntax

objStream.LineSeparator

LineSeparatorsEnum

Constant Value Description
adCRLF -1 Default. Carriage return line feed
adLF 10 Line feed only
adCR 13 Carriage return only

❮ Complete Stream Object Reference