LineSeparatorsEnum
Specifies the character used as a line separator in text Stream objects.
Constant | Value | Description |
---|---|---|
adCR | 13 | Indicates carriage return. |
adCRLF | -1 | Default. Indicates carriage return line feed. |
adLF | 10 | Indicates line feed. |
ADO/WFC Equivalent
These constants do not have ADO/WFC equivalents.