<% estado = false For i = 0 to uBound(matriz) If variable = matriz(i) Then estado = true Exit For End If Next %>