StrCompare
This function compares two specified string objects, ignoring or adhering to their case, and returns an integer that indicates their relative position in the sort order.
| SYNTAX |
|
||||||
| ARGUMENTS |
|
||||||
| RETURN | A 32-bit signed integer that indicates the lexical
relationship between the two strings compared.
< 0 = strA is less than strB = 0 = strA is equal to strB > 0 = strA is greater than strB |
||||||
| EXAMPLE |
|