Homepage | About EASA | Contact
Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING Branch
GET INDEX performs the inverse of the GET VALUE. It returns the index, or numerical position in a LIST, where a specified Value: matches.
Note: Matches are determined by 'text string equality' (ie. 'string compare') and not by numerical equality (eg. 1.0 and 1.00 would not be a match).
![]() |
|
---|---|
Essential Parameters: | |
List: | LIST to match Value: against |
Value: | Text value to match against List: (DOR allowed) |
Optional Parameters: | |
Default Value: | The value to return if the parameters would return an empty value. |
Delimiter: | Character to act as delimiter in DOR in Value: above. default→% |