Skip to main content Link Search Menu Expand Document (external link) Copy Copied

EndLineChar Enum

Provides a list of constants to configure the WriteBlankLines method of the CSVTextStream.cls module.


Parts

Constant Member name
0 CRLF
1 CR
2 LF

Syntax

variable = EndLineChar.MemberName

📝Note

By default, the WriteBlankLines use EndLineChar.CRLF value to appends lines to the target CSV/TSV file.

Back to Enumerations overview