SysStrCmpIΒΆ
This function of type DINT checks whether two strings are identical 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) |