Convert undefined to string : Undefined : Data Type Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Data Type » Undefined »

 

Convert undefined to string


 


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


    }
  }
}

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo Data Type
» Undefined