Hi,
I was playing with the array and poping an item in an array increase the number of element of that array..it is normal ?
I mean once i poped it, it should have removed it not adding element to it. The element is empty.. but it is still added.
But i have a guess which is probably the size of the array that incrementing. Is there a way to avoid this ? even reducing the array size after the pop doesn't work.
Thanks!