Items added to the list can be any expression. : Push : Array Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Array » Push »

 

Items added to the list can be any expression.


 


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

        var temperature:int 22;
        var sky:String = "sunny";
        var weatherListing:Array = new Array(  );
        
        weatherListing.push(temperature, sky);
        
        trace(weatherListing)// 22,sunny
    }
  }
}

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo Array
» Push


Warning: Unknown: write 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