StringArray.FindAll(String) Method

Top 

Description

Finds all indices at which the specified value is present.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

StringArray.FindAll(

String value)

 

 

Arguments

value


Description:

The value whose indices to find.

 

 

 

Return Value

Type:

Array of number

 

 

The indices of the StringArray containing the specified value.

 

Syntax

myArray1 = myStringArray1.FindAll(myString1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data