I have a array containing up to 10 values. I have 10 labels (label1, label2 ... so on to 10) I wantto use the array value to get a label. How do i get "label(arrayvalue).visiable = true
Im thinking about something like this
bokstavValue = Array.IndexOf(bokstav, TextBox1.Text)
label(bokstavValue).Visible= True