Use these functions to locate a value in an array.
Find in Array Back searches from the last array element backwards.
Find in Array searches from the first array element forwards.
|
Parameter Name |
Purpose |
A |
Array |
Select the Array to search |
B |
Value to Find |
The function searches for this value |
C |
Offset |
Set the starting point for the search |
D |
Result Index |
This is the location of the value. |
E |
Repetitions |
This is the number of times the value will be written/inserted |