pop() is the antithesis of push( ) : Pop : Array Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Array » Pop »

 

pop() is the antithesis of push( )


 

pop() decrements the array's length by and returns the value of the element it removed.


package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){


        var numbers:Array = [565758];
        trace(numbers.pop(  ));  //58
    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Array
» Pop


Warning: Unknown: open(/var/lib/php/session/sess_ur59v08jqjimjanu70mptd6k80, O_RDWR) failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0