- Found in:
- JContainers
Description
Documentation Comment
Erases [first, last] index range of the items. negative index accesses items from the end of container counting backwards.
For ex. with [1,-1] range it will erase everything except the first item
Caveats
Parameters
intobject
intfirst
intlast
Examples
Auto-Generated Example
int myInt__object
int myInt__first
int myInt__last
JArray.eraseRange(myInt__object, myInt__first, myInt__last)