SysStrCmpΒΆ
This function of type DINT compares lexicographically two strings and returns one of the following values:
Return value < 0 String1 smaller than String2
Return value = 0 String1 = String2
Return value > 0 String1 bigger than String2
Variable | Data Type | Description |
---|---|---|
dwString1 | STRING | First string (String1) |
dwString2 | STRING | Second string (String2) |