1.8

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 current position. To extract
the current row, specify 0 as the rowOffset. Use moveTo() to move the pointer in the source
data file (see "Example" on page290).
Example
The script command data.extract('ID',0); means that the extraction is made on the ID column in
the first row.
Page 274