Finds the next entry in the index that exactly or partially matches the passed key.
Syntax
bValue = object.brFindNext(sKey, [vsIId]) |
Parameters
Parameter |
Description |
bValue |
The return value is a Boolean data type that is True if the next entry in the index is an exact or partial match to sKey. |
object |
An object variable that represents a clsD3Index object. |
sKey |
A String containing the search string. |
vsIId |
Optional. A Variant (String subtype) containing the item-id of the D3 item whose index matches sKey. This parameter returns the same result as the brIndexId property. |
Remarks
If no more matches to sKey are found in the index, then the return value is False. The item-id returned is that of the next sequential entry in the index, unless this is past the end of the index.
If sKey is null, then the first entry in the index is returned.
FlashBASIC Reference
D3IndexCompkey: key - with the 'c' operator
or
D3IndexNextKey: key - with the 'n' operator