HTML Code:
For i = 0 To TABLE.Rows.Count - 1
matchformat = "( " + UCase(league.Substring(0, 3)) + " ) " + " - " + TABLE.Rows(i)("ora") + " - " + TABLE2.Rows(0)("nume") + " - " + TABLE3.Rows(0)("nume") + Label3.TEXT
If i = 0 Then
Label1.Visible = True
Label1.Text = matchformat
--------------------
If label3.text was clicked, then:
label_value(i)
--------------------
End If
.................
Next