BIS fnc findInPairs: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
|version1= 0.76 | |version1= 0.76 | ||
|gr1 = Arrays |GROUP1= | |||
|descr= Searches the associative array for the first occurance of the key string and returns its index. Seach is not case sensitiv. | |descr= Searches the associative array for the first occurance of the key string and returns its index. Seach is not case sensitiv. | ||
|s1= [array, key] call [[BIS_fnc_findInPairs]] | |s1= [array, key] call [[BIS_fnc_findInPairs]] | ||
Line 29: | Line 24: | ||
}} | }} | ||
[[Category:Functions|{{uc:findInPairs}}]] | [[Category:Functions|{{uc:findInPairs}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:findInPairs}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:findInPairs}}]] |
Revision as of 16:15, 9 October 2020
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:
- Arrays
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;// Returns 0
Additional Information
- See also:
- find findIf BIS_fnc_getFromPairs BIS_fnc_addToPairs BIS_fnc_removeFromPairs BIS_fnc_setToPairs
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