1.6

Table Of Contents
extract(columnName, rowOffset)
Extracts the text value for the specified fieldName.
fieldName
String that represents the column name.
rowOffset
Number that represents the row index relative to the current position. To extract the current
row, specify 0 as the rowOffset.
Example
In this example you have the script command data.extract('ID',0);. It means that the extraction
is made on the ID field in column 0 (the first from the left).
Page 248