A function that returns the index of the first null entry in an array.
The array to search in.
_index = ["", player, "test", objNull, _variable] call CBA_fnc_findNull
Index of the first null entry in the array. If there is no null entry, the function returns -1
joko // Jonas