theSeeker03
Programmer
like, if I have a sorted array of strings and I want to know if string "hi" is in it. I could obviously just loop through every cell, but that would not be time effecient. Is there a built-in function that searches for a value and takes advantage of the fact that array is sorted?