What about changing datatypes, does this eat up a lot of time? My database has some values that are typed as string but are actually numbers. When I download them from the database, I assume that they are entered into the arraycollection as strings. In my loops, I have to do math functions on them so I force them to a number type as such:
var a:Number = Number(myArray[1].someProp)*10; When doing this a large number of times in big loops, will it eat up a significant amount of time or is type conversion pretty fast? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Workers-and-Speed-tp13098p13158.html Sent from the Apache Flex Users mailing list archive at Nabble.com.