I need a hint how to compare the ticks set in 2 checkboxes, each containing 32 text entries.I need to get the entries which are ticked in box 1 but not in box 2.
I tryed to do it with @if((@contains… , but this worked only for 1 entry.
I understand the @compare function in a way that I can see whether there is a difference or not but not able to state the entries which are different.