I don’t see how that would be faster. You are adding string processing overhead, not reducing it. Arrays work well because you already have an index of sorts (the keys of the array).
<snip> On Jul 27, 2024, at 5:01 AM, David V Glasgow via use-livecode <use-livecode@lists.runrev.com> wrote: I have long intended to see if I can speed things up a bit. Should I go back and look at converting string lists to arrays, then using filter, and finally converting back to a variable? I suppose I could do this contingent upon number of lines just in case time penalties and benefits are not linear… Any thoughts/advice welcome. Cheers David G David Glasgow _______________________________________________ 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