Search found 2 matches
- Wed Oct 05, 2016 5:29 pm
- Forum: Talking LiveCode
- Topic: Comparing arrays
- Replies: 3
- Views: 3427
Re: Comparing arrays
Thank you, that gives me some ideas.
- Tue Oct 04, 2016 2:19 pm
- Forum: Talking LiveCode
- Topic: Comparing arrays
- Replies: 3
- Views: 3427
Comparing arrays
I'm trying to figure out the best way to compare two arrays. My program needs to essentially do a "diff" on two arrays and report keys that are only found in Array A and only found in Array B, as well as values that are different between the two arrays. Additionally,the arrays are nested with sub-ar...