Hi, I can't find a function that will return the position of a string within an array. For example, if the array is:
[aardvark, abacus, abandon, abate, abattoir...]
I want to search it for 'abate' and return position 3. What I want to do is search an alphabetically-sorted list and see which...