T
tony collier
hi
i have various labels on my page with ID's label_1, label_2 , label_3 etc.
How can i write a loop that sequentially changes their text values to
values i have in an array eg;.
for (i=0;i<max;i++){
label_1.text = labelarray
}
then on next 2 loops:
label_2.text=labelarray
and
label_3.text=labelarray
etc.etc.
i have various labels on my page with ID's label_1, label_2 , label_3 etc.
How can i write a loop that sequentially changes their text values to
values i have in an array eg;.
for (i=0;i<max;i++){
label_1.text = labelarray
}
then on next 2 loops:
label_2.text=labelarray
and
label_3.text=labelarray
etc.etc.