Mega Code Archive

 
Categories / VisualBasic Script / String Functions
 

StrComp() Returns the result of comparing two strings

Sub strDemo13()    Debug.Print StrComp("B", "C", vbTextCompare) End Sub