Filter an array by content

Bob Sneidar bobsneidar at iotecdigital.com
Thu Jun 20 17:28:37 EDT 2019


This is the perfect scenario for my arrayToDB library. Convert array to sqLite DB, query the DB using SELECT * from <tablename> WHERE <your filter here> ORDER BY CAST(<column> AS  decimal(10.2)) then convert the resulting cursor back to an array. Contact me offlist if interested. 

Bob S


> On Jun 20, 2019, at 13:56 , J. Landman Gay via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> I need to filter a numeric array by the content of the keys, not by the keys themselves. Is there a way to do that without looping through the entire array and looking at each element?
> 
> -- 
> Jacqueline Landman Gay         |     jacque at hyperactivesw.com





More information about the use-livecode mailing list