The inverse of Interset
Robert Sneidar
slylabs13 at me.com
Sun Nov 11 13:20:19 EST 2012
To my knowledge you will need to convert the arrays to lists, work with them in that form and convert the resulting list to an array. I have a way to convert an array to a list which preserves the key names which may get you to that point, then a function to convert a list in that format back to an array. You will have to come up with the rest of the logic.
Sent from my iPad
On Nov 10, 2012, at 7:36 AM, Jim Hurley <jhurley0305 at sbcglobal.net> wrote:
> The intersect command (intersect arrayOne with arrayTwo) removes the elements from arrayOne that not in arrayTwo.
>
> What I need is an array of the elements removed. Intersect leaves everything but.
>
> Is there an array operation that accomplishes this?
> The dimensions of my arrays are very large and so using "is among" on the keys is not an option.
>
> Jim Hurley
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list