VirtualArray.FindAll(Variable) 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

VirtualArray.FindAll(

Variable value)

 

 

Arguments

value


Description:

The value whose indices to find.

 

 

 

Return Value

Type:

Array of number

 

 

The indices of the Array containing the specified value.

 

Syntax

myArray1 = {1,2,3,4}.FindAll(myVariable1);

 

 

See also

VirtualArray Object