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