Hi,
You just need to cast your text to a Number:
var a:Number = Number(firstnumber.text);
- [flexcoders] My first Actionscript 3.0 program on Flex 2 siby158
- [flexcoders] Re: My first Actionscript 3.0 program on Flex 2 Oscar
Hi,
You just need to cast your text to a Number:
var a:Number = Number(firstnumber.text);