Welcome to my actionscript snippet library!

Actionscript Snips is a small repository of actionscript code that aims to save developers and designers time when developing a website.  

Convert String To Number


var str:String = "10";
var num:Number = Number(str);

0 comments:

Post a Comment