Right I know how to do a For Next loop no issues. What I want to do is iterate through a loop 20 times and within that loop I want to set say
picture1.visbile = true
picture2.visbile = true
picture3.visbile = true
.....
picture20.visbile = true
I would expect to be able to do picture(something or other).visible = true where (something or other) is the value from the loop
HELP please
picture1.visbile = true
picture2.visbile = true
picture3.visbile = true
.....
picture20.visbile = true
I would expect to be able to do picture(something or other).visible = true where (something or other) is the value from the loop
HELP please