brIndex Method

    

Syntax

lValue1 = oSelectList.brIndex

lValue2 = oDynArray.brIndex(sChrDelim, nInstance)

Parameters

Parameter

Description

lValue1

The return value is a Long data type indicating the number of items that have been read from the select list.

oSelectList

An object variable that represents a clsD3SelectList object.

lValue2

The return value is a Long data type indicating the numeric position at which the nInstance occurrence of sChrDelim was found, or 0, if not found.

oDynArray

An object variable that represents a clsD3DynamicArray object.

sChrDelim

A String variable that defines the substring expression to be found in oDynArray.

nInstance

A Long that defines a particular occurrence of sChrDelim to be found.

Returns

Negative for all lists returned in chunks.

Remarks

FlashBASIC Reference

index (clsD3DynamicArray Object)