brMoveLast Method

       

Moves to the last entry in the index.

Syntax

bValue = object.brMoveLast([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

This method is expensive in both CPU and file I/O, and it may tie up the server for a significant period of time.

FlashBASIC Reference

D3IndexLastKey: key - with the 'L' operator