S
Sam
I have two string expressions, A and B, that I would like to check for case
match.
In my code I have
If A=B Then
do something
End If
I need for the comparison to be case sensitive. How can I do that?
Thanks so much!
Sam
match.
In my code I have
If A=B Then
do something
End If
I need for the comparison to be case sensitive. How can I do that?
Thanks so much!
Sam