SetEOL_CRLF

Sets the End Of Line character that are used to separate data from a zone with multiple lines of text.

Syntax

bool SetEOL_CRLF ()

Parameters

Smart parameters are supported.

Returns

Always True.

Level

All.

Details

Sets the End Of Line character that is used to separate data from a zone with multiple lines of text to the carriage return and Line Feed characters: ASCII values 13 and 10.
Example
SetEOL_Crlf()       

This example sets the End of Line character to the Carriage Return and Line Feed characters. A capture zone with two lines of text contains the captured value separated by these characters.