FLEX: Target of assignment must be a reference value
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-05-04T13:37:25Z
Indexed on
2010/05/04
13:38 UTC
Read the original article
Hit count: 273
flex
how can I fix this error ?
Target of assignment must be a reference value
for (var z:int=0; z<this.tags.getItemAt(i).yearPopularity.length; z++) {
summedPopularity.getItemAt(z) = summedPopularity.getItemAt(z) + tags.getItemAt(i).yearPopularity.getItemAt(z);
}
thanks
© Stack Overflow or respective owner