Hi all,
If I have 2 lists, and want to compare the second to the first, and if there are any duplicates I want to skip over them, but if there are new words I want to add them to the new list. How would this be done?
List 1 : a, b, c, d, e
List 2 : a, d, g, z
Answer Should be : a, b, c, g, e, z
Thanks for your help guys,
[sig]<p>Matthew Wall<br><a href=mailto: > </a><br><a href= > </a><br> [/sig]
If I have 2 lists, and want to compare the second to the first, and if there are any duplicates I want to skip over them, but if there are new words I want to add them to the new list. How would this be done?
List 1 : a, b, c, d, e
List 2 : a, d, g, z
Answer Should be : a, b, c, g, e, z
Thanks for your help guys,
[sig]<p>Matthew Wall<br><a href=mailto: > </a><br><a href= > </a><br> [/sig]