Is it possible to compare the PSPad in a similar way as in Python?
a1=set(open('file1.txt','rb').readlines())
a2=set(open('file2.txt','rb').readlines())
result=list(a2-a1)
open('file3.txt','wb').writelines(result)-- <http://forum.pspad.com/read.php?2,62736,62781> PSPad freeware editor http://www.pspad.com
