VirtualStringArray.IFind Method

Top 

Description

Returns the position of the specified string (or character) in the calling String, or the number of matches in the calling StringArray, ignoring case.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

VirtualStringArray.IFind(String stringToFind)

Variable

Searches each element of the calling VirtualStringArray for a case-insensitive match of the stringToFind.

VirtualStringArray.IFind(String stringToFind, Array indicesArray)

Variable

Searches each element of the calling VirtualStringArray for a case-insensitive match of the stringToFind, storing the indices of the matched elements in an Array.

 

 

See also

VirtualStringArray Object