StringArray.IFind(String) Method

Top 

Description

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

 

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.

 

Method Signature

StringArray.IFind(

String stringToFind)

 

 

Arguments

stringToFind


Description:

The string or character to find in the calling StringArray.

 

 

 

Return Value

Type:

number

 

 

Returns the number of instances of the specified stringToFind that were found in the calling StringArray. Returns 0 if stringToFind is not found in the calling StringArray.

 

Syntax

myVariable1 = myStringArray1.IFind(myString1);

 

 

See also

StringArray Object

StringArray.IFind

Parsing Arbitrary String Data