Hi, Is there any way to change label properties dynamically? Basically I have three labels: label1, label2, and label3. What I basically want to do is:
for i = 1 to 3
label & i.visible = true
next i
I know that doesn't work, but is there anyway to do something similar? I am trying to replace an object array that I made in VB6.
Thanks alot,
Paul
for i = 1 to 3
label & i.visible = true
next i
I know that doesn't work, but is there anyway to do something similar? I am trying to replace an object array that I made in VB6.
Thanks alot,
Paul