2019.2

Table Of Contents
<br/> is a line break in HTML and Designer templates are actually HTML files.
l Setting the regionHeight to 0 makes it possible to extract a variable number of lines
at the end of a record.
Examples
Example 1:
The script command data.extract(1,22,8,1,"<br />"); means that the left position of the
extracted information is located at character 1, the right position at character 22, the offset
position is 8 (since the line number is 9) and the regionHeight is 1 (to select only 1 line). Finally,
the "<br/>" string is used for concatenation.
Page 416