Let’s say:
Table1 = {"Apple";
"Orange";
"Banana";}
Table2 = {"Apple";
"Banana";}
How do I get the difference value “Orange”? I tried using for loops but I just can’t figured it out.
Let’s say:
Table1 = {"Apple";
"Orange";
"Banana";}
Table2 = {"Apple";
"Banana";}
How do I get the difference value “Orange”? I tried using for loops but I just can’t figured it out.
5 seconds on Google, found a thread.
Anything from this work for you?