1.7

Table Of Contents
extract(columnName, rowOffset)
Extracts the text value from the specified column and row.
columnName
String that represents the column name.
rowOffset
Number that represents the row index (zero-based), relative to the first row in the record. To
extract the first row, specify 0 as the rowOffset.
Example
The script command data.extract('ID',0); means that the extraction is made on the ID column in
the first row.
Page 250