Flash $$$ and cents
Flash $$$ and cents
- Started
- Last post
- 3 Responses
- phirschybar
Does Actionscript have a function to put numbers in the floating integer format? Similar to the number_format() function in PHP? I looked through the refernce but cant find crap on this. BTW, using the old MX.
- phirschybar0
*bump*
- phirschybar0
*bump
Come one actionscript gurus. Floating point numbers... someone has to know...
- cphunk0
if you want to convert a number to floating point (or a string etc).
parseFloat(yourValue);
just like parseInt etc.