Returns the number of data records held by this object.
Example
// Loop through each of the data records. for( i = 0; i < dataSet.getNumDataRecords(); i++ ) { // Store the current data record in the variable myDataRecord. myDataRecord = dataSet.getDataRecord( i );
// Output the "PRODUCT_NAME" value from the data record to the log. session.log( "Product name: " + myDataRecord.get( "PRODUCT_NAME" ) ); }
Recent comments
16 hours 41 min ago
16 hours 57 min ago
17 hours 46 min ago
17 hours 54 min ago
18 hours 3 min ago
18 hours 14 min ago
2 days 14 hours ago
3 days 21 hours ago
3 days 21 hours ago
5 days 18 hours ago