1.8

Table Of Contents
Example 2:
The script command data.extract(1,22,9,6,"<br />"); 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 272