Re: UPDATE: filterArray()

2024-05-17 Thread Bob Sneidar via use-livecode
:-) Sent from my iPhone > On May 17, 2024, at 18:57, Richard Gaskin via use-livecode > wrote: > > Thank you, Bob. > > It reminded me of a test I started a while back, and prompted me to finish > the relevant part of it: > > go url "https://fourthworld.net/lc/Array%20vs%20SQLite.livecode";

Re: UPDATE: filterArray()

2024-05-17 Thread Richard Gaskin via use-livecode
Thank you, Bob. It reminded me of a test I started a while back, and prompted me to finish the relevant part of it: go url "https://fourthworld.net/lc/Array%20vs%20SQLite.livecode"; Richard Gaskin FourthWorld.com ___ use-livecode mailing list use-li

UPDATE: filterArray()

2024-05-17 Thread Bob Sneidar via use-livecode
I wrote a filterArray() function with a couple dependencies a while ago which uses a memory sqLite database to convert an array to a database, query that database, then return the results as an array. I have a new update to filterArray() which allows for a select clause. I found myself wanting