Hi,

I have a 2 textfiles with a few lines of text.

e.g. textfile1

pos1:1
pos2:10
pos3:1
pos4:0

e.g. textfile2

pos1:1
pos2:9
pos3:1
pos4:0

I need to open both files and compare the lines without knowing which line is different. (mgsbox (pos2.value)<< something like this)

Anyone?