1.6

Table Of Contents
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.
Example 2:
In this example you have the script command data.extract(1,22,9,6,"<br />");. It means that the
left position of the extracted information is located at 1, the right position at 22, the offset
position is 9 (since the first line number is 10) and the regionHeight is 6 (6 lines are selected).
Finally, the "<br/>" string is used for concatenation.
Page 246