Yes.It was the first thing that I tried.But the problem is that these rtf texts files are in 2 rt boxes, and when I split them:
MyArray1 = Split (rtb1.text,"",-1,1)
MyArray2 = Split (rtb2.text,"",-1,1)
I don't know how to get result (letter by letter or word by word) from compare event.