BIS wiki example produces error:
https://community.bistudio.com/wiki/deleteAt
_arr = [1,2,3];
_rem = _arr deleteAt 1;
hint str [_rem, _arr]; //[2,[1,3]]
BIS wiki example produces error:
https://community.bistudio.com/wiki/deleteAt
_arr = [1,2,3];
_rem = _arr deleteAt 1;
hint str [_rem, _arr]; //[2,[1,3]]
_arr = [1,2,3];
_rem = _arr deleteAt 1;
hint str [_rem, _arr];
Mass-closing all resolved issues not updated in the last month.
Please PM me in BI Forums (http://forums.bistudio.com/member.php?55374-Fireball) if you feel your bug was closed in error.