Public Parts
Ansi
CharToUpper
StrCaseCmpA
StrCaseCmpEndA
StrCaseCmpStartA
StrCaseFindA
StrCmpA
StrCmpEndA
StrCmpStartA
StrConcatA
StrCpyA
StrDeleteA
StrFindA
StrIsNullOrEmptyA
StrLenA
StrMidA
StrPadLeftA
StrPadRightA
StrReplaceA
StrToLowerA
StrToUpperA
StrTrimA
StrTrimEndA
StrTrimStartA
CharBufferPtr
CharBufferString
ILocalizedDateTimeNames
Printf
StuSprintf
StuSprintfW
UTF8
Unicode
FUNCTION StrCmpA : INT
Does a case sensitive comparison of two strings
Scope
Name
Type
Comment
Return
INT
0 -> the strings are equal
-1 -> |pby1| is less than |pby2|
1 -> |pby1| is larger than |pby2|
Input
pby1
POINTER TO BYTE
Pointer to first string to compare
pby2
Pointer to second string to compare