×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On Feb 14, 2012, at 1:00 PM, rpg400-l-request@xxxxxxxxxxxx wrote:
I need to look at an Array A and see if any one element is also in Array B.
I'm going to loop through Array A and lookup in B.
Just wondered if there was a quicker way, like using SETLL instead of READ
If you use the Ascend keyword on the array and sort it prior to doing a %Lookup you will get a binary lookup which is as fast as you are going to get.
And just FYI SETLL is not always faster than CHAIN (which I assume is what you meant) - see the archives for the full gory story ...
Jon Paris
www.partner400.com
www.SystemiDeveloper.com
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.