rsNext

Moves to the next row in a ResultSet.

Type and Usage

Parameters

The only parameter is the name of a ResultSet.

Output

  • Returns TRUE if the function is successful.

  • Returns FALSE if the function fails or the ResultSet is empty.

Example

Advances the SearchResults ResultSet to the next row:

<$exec rsNext("SearchResults")$>