StringArray.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. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

StringArray.IFind(String stringToFind)

Variable

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

StringArray.IFind(String stringToFind, Array indicesArray)

Variable

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

 

 

See also

StringArray Object

Parsing Arbitrary String Data