| CorString: CompareOrdinal |
Compares two specified String objects by evaluating the numeric values of the corresponding Char objects in each string.
Public Function CompareOrdinal( ByRef StrA As String, ByRef StrB As String ) As Long
| Value | Condition |
|---|---|
| Less than zero | StrA is less than StrB>. |
| Zero | StrA equals StrB. |
| Greater than zero | StrA is greater than StrB. |