OMNI_NEW_LINE
MACRO

OMNI_NEW_LINE - Defines the new line constant used based on system.

SYNOPSIS top

Defines the new line constant ("\n" or "\r\n" ) used based on system.

DESCRIPTION top

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).

CONSIDERATIONS top

No special consideration.

PLATFORM SPECIFIC top

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.

NOTES top

None.