STRING COMPARISON

  • Thread starter Thread starter DAN
  • Start date Start date
D

DAN

Hey. Does anyone know how I can compare two string to one
another using case sensitivity? Thanks.

ie. "string" <> "sTring"
 
DAN said:
Hey. Does anyone know how I can compare two string to one
another using case sensitivity? Thanks.

ie. "string" <> "sTring"

Use the StrComp function. You'll find it in the VB online help.
 
Back
Top