actionscript array remove element
- by Naro
I have an array Items which has 10 elements. I need to remove the 5th element (index=4)
the new array should have 9 elements and all elements after the 5th element will be shifted forward
what command(s) should i use?