Answered
list comparisons
Whats the most EFFICIENT way of comparing 2 lists to know if
they are the same or not? I dont care about what is different about
them...truly. I just want to know if there is even one difference
between them, then send me back a notification that they are not
the same.
It's easy when they are not the same length and listlen would help.
But when they are the same length, is looping the ONLY solution? Wouldn't that be bothersome if many items in the list? I wish CF would build a simple CF tag to do this :)!
It's easy when they are not the same length and listlen would help.
But when they are the same length, is looping the ONLY solution? Wouldn't that be bothersome if many items in the list? I wish CF would build a simple CF tag to do this :)!
