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

StrCaseCmpA

INT

Input

pByte1

POINTER TO BYTE

pByte2

POINTER TO BYTE