Calling
- call BIS_fnc_sortNum
produces an error (division by zero), spams rpt and takes about 500ms according to
["[] call BIS_fnc_sortNum", nil, 1] call BIS_fnc_codePerformance
Calling
produces an error (division by zero), spams rpt and takes about 500ms according to
["[] call BIS_fnc_sortNum", nil, 1] call BIS_fnc_codePerformance
Should be fixed in the next dev branch update (probably tomorrow).
The function returns an empty array without any error, if you use an empty array as argument.