From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Searches the associative array for the first occurance of the key string and returns its index. Seach is not case sensitiv.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [array, key] call BIS_fnc_findInPairs
- Parameters:
- array: Array - Array to search through
- key: String - Key to search for
- Return Value:
- Number - Index of first occurence
Examples
- Example 1:
[[["apple",3],["pear",2]],"apple"] call BIS_fnc_findInPairs;
Additional Information
- See also:
- find findIf
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here!
Add Note