Diff two lists

Guest
Hi all,

If I have to lists built in skill, is there a function to do a
diff. By that I mean a diff like one can do in unix with the diff
command or tkdiff.

Thank you in advance,
Eric
 
Hi Eric,

If i'm not mistaken, there is no function in SKILL which able user to
tkdiff /diff between 2 list.

But you can use this to return items in list 2 which is not in list 1
and vice versa

diffList = setof(x dataList_1 !member(x dataList_2))

Hoping it helps
 

Welcome to EDABoard.com

Sponsor

Back
Top