> On 15 Sep 2016, at 9:21 AM, Richard Gaskin <ambassa...@fourthworld.com> wrote: > > Would it be worthwhile considering some form of XQuery for that so we could > do ranges and other nifty things?
Hi Richard I considered adding patterns as array paths (a numerically indexed array of keys) but I don’t think that’s as flexible or readable as the by clause. Otherwise you would get some kind of horrible syntax like this to do the same thing: local tPath put “*” into tPath[1] put “col2” into tPath[2] filter elements of tArray with key path tPath matching “some" Cheers Monte _______________________________________________ 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