Answered
this["r" + i + "c" + j]
hi,
I want to crate several Label with one for ;
[AS]var ["r" + i + "c" + j]:Label = new Label();[/AS]
it is false !!!
[AS]this["r" + i + "c" + j] = new Label();[/AS]
NOt work ...
any one can help me ??
tanQ.
I want to crate several Label with one for ;
[AS]var ["r" + i + "c" + j]:Label = new Label();[/AS]
it is false !!!
[AS]this["r" + i + "c" + j] = new Label();[/AS]
NOt work ...
any one can help me ??
tanQ.