Page MenuHomeFeedback Tracker

deleteAt not work?
Closed, ResolvedPublic

Description

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]]

Details

Legacy ID
3287840882
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Scripting
Steps To Reproduce

_arr = [1,2,3];
_rem = _arr deleteAt 1;
hint str [_rem, _arr];

Event Timeline

A3D edited Steps To Reproduce. (Show Details)Oct 8 2014, 12:00 PM
A3D edited Additional Information. (Show Details)
A3D set Category to Scripting.
A3D set Reproducibility to Always.
A3D set Severity to None.
A3D set Resolution to No Bug.
A3D set Legacy ID to 3287840882.May 7 2016, 7:34 PM

Try dev branch until the next stable is released.

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.