?
2012-12-06 10:42:57 UTC
how can i check if there's a duplicate value in array?
Dim array(9) as String
array(0) = Textbox1.Text
array(1) = Textbox2.Text
array(2) = Textbox3.Text
array(3) = Textbox4.Text
array(4) = Textbox5.Text
array(5) = Textbox6.Text
array(6) = Textbox7.Text
array(7) = Textbox8.Text
array(8) = Textbox9.Text
array(9) = Textbox10.Text
if there's a duplicate value or text then the backcolor of the textbox turns to red.
any help will be highly appreciated.