Enum_EOL Enum
Description
Indicates which EOL (End of Line) is used.
It is used with the following methods.
Name | Value | Description |
Enum_EOLNative | 0 |
Keeps the original EOL terminator(s). |
Enum_EOLWindowsCRLF | 1 |
EOL= '\n' + '\r' |
Enum_EOLUnixCR | 2 |
EOL= '\n' |
Enum_EOLMacLF | 3 |
EOL= '\r' |