if i get your problem right, this will help. however, i didn't match the name of the arraycollection to yours
var sum:Number=0
for(i:String in arraycollectionvar){
sum+=arraycollectionvar[i];
}
//here is the sum you need.
On Mon, Dec 5, 2011 at 3:57 PM, ZIONIST <[email protected]> wrote:
>
>
> anyone with an example similar to wht am trying to do?
>
>
>

