====== StrCompare ====== StrCompare(, [, ]) StrCompare [] Compares two strings and returns the result. The comparison is done lexigraphically. **Parameters** |< 100% 15% >| |str1|First string.| |str2|Second string.| |casesense|Case sensitive search.| **Result** |< 100% 15% >| |0|The strings are equal.| |>0|The first string is greater than the second. | |<0|The first string is less than the second.|