Homepage | About EASA | Contact
Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING Branch
REPEATED GET INDEX returns a list of indexes of matches within a LIST.
Given a LIST, REPEATED GET INDEX will return the index of each element that matches Value:. This can be useful in combination with a REPEATED SEARCH, for example.
REPEATED GET INDEX is the inverse of the REPEATED GET VALUE.
Note: Matches are determined by text string equality, and not by numerical equality.
![]() |
|
---|---|
Essential Parameters: | |
List: | Choice of an existing LIST |
Values: | Values to match against List: values to determine index, DOR allowed |