MACRO
OMNI_NEW_LINE - Defines the new line constant used based on system.
DESCRIPTION top
Defines the new line constant (
By default, on Windows based platforms the new line constant is
Defines the new line constant (
"\n" or "\r\n" ) used based on platform/OS detected.By default, on Windows based platforms the new line constant is
"\r\n" and on other platforms it is "\n" (which can be changed via the OMNI_APLNL macro).
PLATFORM SPECIFIC top
By default, the newline constant is
By default, the newline constant is
"\r\n" for Windows platforms and "\n" for other platforms. If you wish to have the default for Apple platforms be the "\r" (the default for older Apple systems), you'll need to define the OMNI_APLNL macro.