as code
for (var i:int = 0; i < 100000000;i++ ){
var a:Number = arr[0]
}
js code
for (var /** @type {number} */ i = 0; i < 100000000; i++) {
var /** @type {number} */ a = Number(this.arr[0]);
}
and how remove the Number(this.arr[0]);
this good,but not good in loop
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/how-remove-numcheck-tp55279.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.
