I have a module level array (created in top of the code var aSize_array = Array()) and then am pushing values into the array in a function (function Form()). When I try to go through the array in another function none of the pushed values are outputted.
Does the problem have to lie in flash stepping through the top of my code (var aSize_array = Array()) before it went to the second function and clearing the values stored in aSize_array?
Can I create a static array then?
Does the problem have to lie in flash stepping through the top of my code (var aSize_array = Array()) before it went to the second function and clearing the values stored in aSize_array?
Can I create a static array then?