Chapter Contents

Previous

Next
Data Set Model: _repeatFindRow

Data Set Model: _repeatFindRow



Finds the next row that meets the last find request


Syntax
Details
See Also

Syntax

CALL SEND (object-id, '_repeatFindRow'<, start-row>);

Argument Type Description
start-row
N specifies the row to start searching from, including a search of that row. The start-row argument returns the next matching row or -1 if no match.


Details

If you modify the current row in the table, you must use the _updateRow method before calling the _repeatFindRow method.

By default, if no start-row is defined, the search begins with the current row plus 1.

If the end of the table is reached without a match, the last row of the table becomes the current row. If the last _findRow or _repeatFindRow reached the end without a match, the search begins at the beginning of the table.

The _repeatFindRow method uses the find request specified by the last _findRow method call.

See Also

_findRow


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.