ESLSTR Function
Removes Carriage Return characters from a string.
StripCarriageReturns(String_SV)
Parameters
String_SV
A string potentially containing Carriage Returns.
Returns
An ESL string containing no Carriage Returns.
Description
This functions allows data stored with line breaks indicated by Carriage Return and New Line pairs to be converted to the OS/2 standard of just a New Line character.
See Also
ConvertNewLine( ) Function.