C
cougarfighter
Hey all,
I realize this should be easy, but I'm not finding the solution.
I have labels that are named Label1, Label2, Label3, ...
I want a loop to set the label's caption such as
For i = 1 to 5
Label(i).caption = "My Caption"
Next i
Thanks
I realize this should be easy, but I'm not finding the solution.
I have labels that are named Label1, Label2, Label3, ...
I want a loop to set the label's caption such as
For i = 1 to 5
Label(i).caption = "My Caption"
Next i
Thanks