ESLSTR Function
Converts a string containing single new line or single carriage return characters into the Windows standard of Carriage Return followed by a New Line.
ConvertNewLine(String_SV)
Parameters
String_SV
A string potentially containing single New Lines or single Carriage Returns (e.g. An OS/2 style string).
Returns
An ESL string containing a Windows standard of Carriage Return followed by New Line.
Description
This functions allows data stored in a Non-Windows standard with a single character used to indicate a line break, into the standard used by Windows.
See Also
StripCarriageReturns( ) Function.