BIS fnc findInPairs: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 6: | Line 6: | ||
|gr1= Arrays | |gr1= Arrays | ||
|descr= Searches the associative array for the first occurance of the key string and returns its index. Seach is not case | |descr= Searches the associative array for the first occurance of the key string and returns its index. Seach is not case-sensitive. | ||
|s1= [array, key] call [[BIS_fnc_findInPairs]] | |s1= [array, key] call [[BIS_fnc_findInPairs]] |
Revision as of 11:49, 22 July 2022
Description
- Description:
- Searches the associative array for the first occurance of the key string and returns its index. Seach is not case-sensitive.
- 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:
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