I am very new to the VB.Net thing so, I apologize up front for being a newbie. I am currently taking VB.Net this semester & have a test tomorrow. One of the questions that I am having some difficulty with is this:

Write a function procedure that will search an array of strings for a specific string and return an index or -1 for the case where the string is not found. The first parameter should contain the input array. The second parameter should contain the text string to be located.

Any help on this would be greatly appreciated.

-the phat wonder