IS there a simple way to do this.
text1.visible = true
text2.visible = true
text3.visible = true
I have a lot of these types of controls on a form and needed to know whether you can do it all in 1 line of code instead of the above method.
I would like to stay away from arrays.
Thanks
Steve
text1.visible = true
text2.visible = true
text3.visible = true
I have a lot of these types of controls on a form and needed to know whether you can do it all in 1 line of code instead of the above method.
I would like to stay away from arrays.
Thanks
Steve