1.5

Table Of Contents
Number that represents the distance from the current vertical position.
regionHeight
Number that represents the total height of the region.
separator
String inserted between all lines returned from the region. An empty string can be specified.
Examples
Example 1:
In this example you have the script command data.extract(1,22,8,1,"<br />");. It means that the
left position of the extracted information is located at 1, the right position at 22, the offset
position is 8 (since the line number is 9) and the regionHeight is 1 (only 1 line selected).
Finally, the "<br/>" string is used for concatenation.
Page 239