Let’s say I make an array variable and add a couple of indexes. Then I decide I don’t want that many indexes. I don’t see any way to remove an index manually. Is it possible or do you have to “remove all elements”?
Maybe try resizing the array
This?
Ah, you mean…