Description
Find smallest numeric value with index in an array.
Parameters
_array: Array with Numbers
Example
_result = [0, 4, 3, -2] call CBA_fnc_findMin
Returns
_min: smallest value in array _index: index of the smallest value in array nil on failure
Author
joko // Jonas, commy2, Dorbedo