How to search through an array of strings and returnthe index value of the searched value?

 

Can any one advise how an array of strings can be searched to find the index value of the string position of a searched value.

Using ArrayBsearch does not work because it only searches numerical values not strings.

Reason: