xHarbour Reference Documentation > Function Reference |
Returns the end-of-line character(s) to use with the current operating system.
HB_OsNewLine() --> cEndOfLine
The function returns a character string containing the end-of-line character(s).
HB_OsNewLine() returns a character string containing the character(s) required to move the screen cursor or print head to the start of a new line. The string will hold either Chr(10) or Chr(13)+Chr(10).
See also: | Chr(), Os(), OutStd(), OutErr(), SET EOL |
Category: | Environment functions , xHarbour extensions |
Source: | rtl\console.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com