:-)
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";
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
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