ActionAllRows()

Previous Next

Performs one or more actions on all retrieved records of the current table. This is NOT necessarily the set of all records in the database table.

You cannot use the ActionAllRows() method to perform data manipulations on multiple records.

Syntax

ActionAllRows( action, ... )

 

The required method performs the action (the method). You can use specify multiple actions separated by commas.

 

Example

ActionAllRows(RecordWrite( 'c:\temp\myfile.txt' ))