Code: Select all
if item 1 of tLine is not in tContents then
put item 1 of tLine into delPcmkThe problem is that if for example tLine is 1005 and in tContents there is a 131005 then it wont get removed. I was thinking I can maybe compare both lists to each other from both directions, but wanted to see here first if there was a solution already known before I make up my own bloated solution.
