labels(i) = lbs(i).Text
Hi
I have a group of labels for which i need to get the text and sum them how to i convert them to a number. I have tried convert. and cint but had no luck can anyone help please.
For i = 0 To 12
score += CType(labels(i), Integer)
Next
Label13.Text = score