SetEOL

Sets the End of Line character that will be used to separate data from a zone that contains multiple lines of text.

Syntax

bool SetEOL (bParam)

Parameters

The End of Line separator character. Smart parameters are supported.

Returns

Always True.

Level

All.

Details

If this action is not used, the default character is a space.
Example
SetEOL("|")   

This example sets the End of Line character to the ‘|’ (pipe) character. A capture zone with two lines of text contains the captured value separated by this new character.