Nested array comparisons

David Beck david at rotundasoftware.com
Sat Mar 23 15:43:52 EDT 2013


If one has two nested arrays, can you compare the two for equality by doing

if deepArray_1 is deepArray_2 then
   -- do whatever
end if

It looks like this does not work. That is, you get false positives at times when the two arrays are in fact not equal. Can not find documentation to determine whether this is bug of the expected behavior!

David Beck



More information about the use-livecode mailing list