Just a short question:
can Vectors be associative, like Array's?
probably not, because I tried, but maybe there's a workaround...?
Just a short question:
can Vectors be associative, like Array's?
probably not, because I tried, but maybe there's a workaround...?
Hello,
In ActionScript 3, Arrays (and Vectors) may only have numeric indexes. They may be considered associative in the sense that the indexes don't need to be consecutive, but you can't use string indexes.
Regards, Alin