Hi,
I have a few dozen of labels on the stage. Knowing that, I've named them so that they all contain the word label, followed by a number: Label1 ~ Label28
Is there anyway to change each Labels' caption (am using VB6) through a loop with x the increasing integer:
"Label" & x.caption = Array x...
hope this makes sense and there's actually a way around it.
thanks
Muni
I have a few dozen of labels on the stage. Knowing that, I've named them so that they all contain the word label, followed by a number: Label1 ~ Label28
Is there anyway to change each Labels' caption (am using VB6) through a loop with x the increasing integer:
"Label" & x.caption = Array x...
hope this makes sense and there's actually a way around it.
thanks
Muni
Comment