You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example from fnc_find.sqf:
_result = ["frog-headed fish", "f", 5] call CBA_fnc_find;
// _result => 12
Returns -1 (no "f" found from character 5 and onwards) due to an substring call with incorrect parameters.
I have submitted a pull request which fixes this error #421
The text was updated successfully, but these errors were encountered:
The example from fnc_find.sqf:
_result = ["frog-headed fish", "f", 5] call CBA_fnc_find;
// _result => 12
Returns -1 (no "f" found from character 5 and onwards) due to an substring call with incorrect parameters.
I have submitted a pull request which fixes this error #421
The text was updated successfully, but these errors were encountered: