I'm trying to initialize 18 label with some string my labels are of the form
label1 , label2 , label3 , ..... , label18
is there a way i use a loop with something like
label + i
to get each one of my labels and perform some operation on it ?
SomeType[] labels = new SomeType[18];