Basically I want to use an if statement to say
if img1.visible = true or img2.visible = true or img3.visible = true etc
and was wondering if as the only difference in the name of the image control is the number there was a quicker way than typing them all out for instance like:
if img1-20.visible = true
if img1.visible = true or img2.visible = true or img3.visible = true etc
and was wondering if as the only difference in the name of the image control is the number there was a quicker way than typing them all out for instance like:
if img1-20.visible = true