Dear All,
I have 2 dimensional array as follow:
aAnimal(0,1) = "Crap"
aAnimal(0,2) = "Fish"
aAnimal(0,3) = "Turtle"
aAnimal(1,1) = "Chicken"
aAnimal(1,2) = "Bird"
aAnimal(1,3) = "Butterfly"
How to fast search item? .. for example.. I want to search "Turtle" .. so I get 0 as its row or index
could any body please help?
Thanks & Regards
I have 2 dimensional array as follow:
aAnimal(0,1) = "Crap"
aAnimal(0,2) = "Fish"
aAnimal(0,3) = "Turtle"
aAnimal(1,1) = "Chicken"
aAnimal(1,2) = "Bird"
aAnimal(1,3) = "Butterfly"
How to fast search item? .. for example.. I want to search "Turtle" .. so I get 0 as its row or index
could any body please help?
Thanks & Regards