Re: 1D Array Search

2004-02-11 Thread tmh
I'd guess that the previous method using Search 1D Array would be
faster, if your array is large...



1D Array Search

2004-02-09 Thread shplinky
I am attempting to search a 1D array for a certain value... the
problem is that the value appears more than once in the array and i
need it to find all those values... unfortunately the 1D array search
template stops after finding the first item... anyone know a solution
to this?