Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bor2duo
  • Order by date
  1. bor2duo

    Comparing texts with missing or extra letters(words)

    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.
  2. bor2duo

    Comparing texts with missing or extra letters(words)

    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...

Part and Inventory Search

Back
Top