inverse of intersect array with templateArray
Monte Goulding
monte at sweattechnologies.com
Sat Mar 23 03:57:45 EDT 2013
Hi Dick
I think that's getting there although I don't need the union. I want to end up with two separate arrays that only have different keys and elements. It also needs to support multiple dimensional arrays. This is for the VCS stuff I'm doing and I need to end up with the differences between branch a and branch b.
--
M E R Goulding
Software development services
mergExt - There's an external for that!
On 23/03/2013, at 6:41 PM, Dick Kriesel <dick.kriesel at mail.com> wrote:
> Hi, Monte. I think what you're looking for is called the "symmetric difference."
> <http://en.wikipedia.org/wiki/Symmetric_difference>
>
> Here's a way to do that in LC. It's simplified from a library I use.
More information about the use-livecode
mailing list