Ok that code helps me out a lot. But I have one problem that I just cant figure out with it. If I search for the name Ryan(which is the first name in the array) it finds it no problem. When I seach for the second or third of fourth name it cant find it. So bascially its not searching the rest of the array.
Heres the code that I have right now
Names(0) = "Ryan"
Names(1) = "Andy"
Names(2)...
Leave a comment: