Page MenuHomeFeedback Tracker

Make 'deleteRange' return the array of removed elements
Acknowledged, WishlistPublic

Description

'deleteRange' should behave like 'deleteAt' and return the elements that have been removed.

https://community.bistudio.com/wiki/deleteAt
https://community.bistudio.com/wiki/deleteRange

Details

Legacy ID
472288097
Severity
None
Resolution
Open
Reproducibility
N/A
Category
Feature Request
Additional Information

I'm taking the information just from the Bohemia Wiki. Haven't tested it myself.

Event Timeline

bux578 edited Steps To Reproduce. (Show Details)Sep 24 2014, 7:03 AM
bux578 edited Additional Information. (Show Details)
bux578 set Category to Feature Request.
bux578 set Reproducibility to N/A.
bux578 set Severity to None.
bux578 set Resolution to Open.
bux578 set Legacy ID to 472288097.May 7 2016, 7:29 PM

Most likely will not happen. Use select to return the range before you delete it.