1.5

Table Of Contents
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.
extract(xPath)
Extracts the text value of the specified node.
xPath
String that can be relative to the current location or absolute from the start of the record.
Page 240