Works great for me:
Array.prototype.diff = function(a) { return this.filter(function(i) {return a.indexOf(i) < 0;}); }; const dif = [[TABLE1]].diff([[TABLE2]]); [[DIF]] = (dif);how to send ctrl + 2 clicks
-
@memoremo1

Is this what you want? -
@BAS-Viet-Nam it worked but another question how to do shift + ctrl + 2 clicks