D DAN Dec 5, 2003 #1 Hey. Does anyone know how I can compare two string to one another using case sensitivity? Thanks. ie. "string" <> "sTring"
Hey. Does anyone know how I can compare two string to one another using case sensitivity? Thanks. ie. "string" <> "sTring"
D Dirk Goldgar Dec 5, 2003 #2 DAN said: Hey. Does anyone know how I can compare two string to one another using case sensitivity? Thanks. ie. "string" <> "sTring" Click to expand... Use the StrComp function. You'll find it in the VB online help.
DAN said: Hey. Does anyone know how I can compare two string to one another using case sensitivity? Thanks. ie. "string" <> "sTring" Click to expand... Use the StrComp function. You'll find it in the VB online help.