I need to search for a group of string in the other group of string, and if it's find it, don't write that search string into the other string. ex: MySearch = "05,02,07",
SearchIn "02,04,05,08,07". So I need to search and see if 05 exists in 'SearchIn,if exists then don't...