StrCaseCmpA (FUN)ΒΆ
FUNCTION StrCaseCmpA : INT
Does a caseinsensitive comparison of two strings
Return values:
0 -> the strings are equal
-1 -> pByte1 is less than pByte2
1 -> pByte1 is larger than pByte2
-2 -> Error: An invalid string (ie. Null-Pointer is given)
- InOut:
Scope
Name
Type
Return
StrCaseCmpAINTInput
pByte1POINTER TO BYTE
pByte2POINTER TO BYTE