Also, I don't know if you can push a value into a somewhat random slot in an
Array.  For instance, if I create an array like so:

var tableArray:Array = new Array();


then how do I go about placing a distance calculation in say, slot
[1703][25000]?  Flex won't allow me to do this:

tableArray[1703][25000] = distance;

And I don't want to keep track of 38000 distance calculations every time I
want to push a row of data into the array.  Is there a way to just push a
single distance calculation into a row if it is actually calculated?

If not, then this process is likely to be a great idea in theory, but in
mechanics, unmanageable by the program.



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Workers-and-Speed-tp13098p13207.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to