H
Hops
hello,
Need a function that compares two arrays and returns true if the contents
are the same, even if not in the same order.
e.g.
A1:A4 = {green, blue, red, brown}
B1:B4 = {blue, brown, red, green}
C1:C4 = {green, blue, red, yellow}
something that returns true comparing array A to B but false comparing A to
C.
TIA.
Need a function that compares two arrays and returns true if the contents
are the same, even if not in the same order.
e.g.
A1:A4 = {green, blue, red, brown}
B1:B4 = {blue, brown, red, green}
C1:C4 = {green, blue, red, yellow}
something that returns true comparing array A to B but false comparing A to
C.
TIA.