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
WriteBlankLinesuseEndLineChar.CRLFvalue to appends lines to the target CSV/TSV file.