_Arraysearch only seems to find the first instance of what I am searching for. Whereas _ArrayFindAll only returns the element numbers (but does find all of them)
is there a way to make _ArraySearch find more than 1 instance? Or make _ArrayFindAll return the actual values rather than the elements?
is there a way to make _ArraySearch find more than 1 instance? Or make _ArrayFindAll return the actual values rather than the elements?