| xHarbour Reference Documentation > Command Reference |
![]() |
![]() |
![]() |
Defines the end-of-line character(s) for ASCII text files.
SET EOL <cEol>
SET EOL is an environment command defining the new-line delimiter(s) for files in ASCII format. This applies to regular text files as well as files in DELIMITED or SDF format. The end-of-line character is operating system dependent. Windows uses Chr(13)+Chr(10) as end-of-line characters.
Note: the operating system dependent end-of-line characters can also be queried with function HB_OsNewLine().
| See also: | Chr(), HB_OsNewLine(), Set() |
| Category: | Environment commands , SET commands , xHarbour extensions |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com