String Functions VisualBasic Script

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