Dear All,
I have two text boxes.I want to compare these contents in a speeder way.The compare method should check for the spaces also.Which is the best and speedy method.
Printable View
Dear All,
I have two text boxes.I want to compare these contents in a speeder way.The compare method should check for the spaces also.Which is the best and speedy method.
is there any prob with strcomp?
VB Code:
If StrComp("hey", "hey", vbBinaryCompare) = 0 Then MsgBox "Same String", vbInformation
Is it posible to compare a text with a capacity of 1 mb thorugh RTB
Any suggestions?
Um... If RichText1.Text = RichText2.Text?
How to highlight the mismatch charcter in the second rich text box