PockyBum522
Programmer
I have 4 labels, label1, label2 etc...I want to use a for loop to cycle through them, how do I put a variable in the name for label1.caption, instead of 1, X or something. Here's what I have:
Label(ctr + 1).Caption = Arr(ctr)
I assume I'm just forgetting something obvious, if anyone could tell me how to to this it would be most appreciated >.<
Label(ctr + 1).Caption = Arr(ctr)
I assume I'm just forgetting something obvious, if anyone could tell me how to to this it would be most appreciated >.<