Moves to the next entry in the index.
Syntax
bValue = object.brMoveNext([vsIId]) |
Parameters
Parameter |
Description |
bValue |
The return value is a Boolean data type that is False only if the requested key is past the end of the index. |
object |
An object variable that represents a clsD3Index object. |
vsIId |
Optional. A Variant (String subtype) containing the item-id of the D3 item returned. This is an output-only parameter that returns the same result as the brIndexId property. |
Remarks
If brMoveNext is the first index operation performed, then the first item returned is the top of the index, as shown in the example. To cruise an index from somewhere other than the beginning, use a brFind method, such as brFindFirst, then use brMoveNext to sequentially cruise through the index.
FlashBASIC Reference
D3IndexNextKey: key - with the 'n' operator