Compare two strings and return 0 if they are equal (not case specific)
Compare two strings and return 0 if they are equal (not case specific)
Rate Compare two strings and return 0 if they are equal (not case specific)
(2(2 Vote))
'Zero will be returned in this example as StrComp is not case specific
If StrComp("c:\John", "C:\JoHN", vbTextCompare) = 0 Then
MsgBox "yep"
End If
End Sub
Compare two strings and return 0 if they are equal (not case specific) Comments
No comments yet — be the first to post one!
Post a Comment