Call the number's toString() method. This is the preferred way. : Float : Data Type Flash / Flex / ActionScript examples


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

 

Call the number's toString() method. This is the preferred way.


 

package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){
      var x = 3;
      trace(x.toString());
    }
  }
}

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo Data Type
» Float