Is there a way I can create a loop that goes through x amount of labels and changes them all one by one?
This is how I want it to work, but its ugly and long.
What I want it to be is more like this.
(Note: in labelx, the x represents the incrementer. I.e. label1, label2…)
I tried putting my 4 labels in a list but didn’t manage to get things working.
Any ideas?