S stefbox Client Регистрация 11.03.2013 Сообщения 25 Благодарностей 0 Баллы 1 24.11.2013 #1 Hello, I have two lists: List 1 and List 2 I would like to create a 3rd list that displays the urls list 2 that are not in the list 1 Do you have an idea to do this simply?
Hello, I have two lists: List 1 and List 2 I would like to create a 3rd list that displays the urls list 2 that are not in the list 1 Do you have an idea to do this simply?
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 24.11.2013 #2 You can take line from list two and merge list one and then regex and check if there is mach, if not then put in list three. Or you can use c# snippet for that: http://zennolab.com/discussion/showthread.php?10733-Search-in-list-and-tables-via-C-macro Cheers Реакции: stefbox и lupo
You can take line from list two and merge list one and then regex and check if there is mach, if not then put in list three. Or you can use c# snippet for that: http://zennolab.com/discussion/showthread.php?10733-Search-in-list-and-tables-via-C-macro Cheers