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.
Hey all,
my problem is when I start to compare two texts with different lenght.
The point is that the texts are loaded in two RTB and I don't know how to compare them.
I found that I have to split the strings and then to compare word by word,but it's hard for me because (as default),these...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.