Is it possible to search for a string in an array that is in a larger array?
I have an array that contains arrays of either one, two, three, or four strings.
for instance:
myList[1] =
myList[2] =
I want to search for 'sheep'
Is that possible?
Thanks for your time and consideration