Is there any way to create an array of Label? Because I tried this way, but it did not work.
...
Label Label[] = new Label[10];
Label[0].setText("Label 1");
Label[1].setText("Label 2");
.....
Thanks!
Edited by: 892672 on 17/03/2013 18:08
Edited by: 892672 on 17/03/2013 18:10
Edited by: 892672 on 17/03/2013 18:10