actionscript array remove element
        Posted  
        
            by Naro
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Naro
        
        
        
        Published on 2010-03-28T03:42:50Z
        Indexed on 
            2010/03/28
            3:53 UTC
        
        
        Read the original article
        Hit count: 333
        
actionscript-3
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?
© Stack Overflow or respective owner