|
Does binary search still apply if I pass the start index to %lookup? And doesn't array by default ascending? Here is what I'm dealing with. I need to load some data in a file to an array and then do a lookup in this array. Because many records are in these file, I, therefore, try to use a number that is big enough to support grow. Of course, the bigger the array, the longer the search. I'm thinking if I can sort it first and then tell lookup to search from the first non blank index, that will reduce the processing time. -----Original Message----- From: Hans Boldt [mailto:boldt@xxxxxxxxxx] First, if the array is unsequenced, a sequential search is used. But, if the array is defined with either ASCEND or DESCEND, then a binary search is used. .
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.