Depends on how big the list is. Unless there's a faster method than the one I used (or you're using slower hardware than I am), you should be okay up to about 100,000 rows using something like:
repeat for each line L in the keys of yourArray if L > 20 and L < 60 then put L & cr after R end repeat -- 20 and 60 are your filter values, -- R is your result set On Tue, Feb 21, 2012 at 2:29 AM, Glen Bojsza <gboj...@gmail.com> wrote: > If the final list is kept in sequential order based on the xs column I > thought that either an sqlite database or arrays could be used for a basic > query. I prefer arrays since it is probably easier to use for the desired > result. > > The query would be based on the user selecting a starting xs value and and > ending xs value with the resulting rows between (and including the starting > and ending value rows). > _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode