StrCaseFindW (FUN)
FUNCTION StrCaseFindW : INT
Does a case insensitive search to find |pst2| inside of |pst1|
- InOut:
Scope
Name
Type
Comment
Return
StrCaseFindWINTInput
pst1POINTER TO WSTRING(255)
Pointer to the string to look in
pst2POINTER TO WSTRING(255)
Pointer to the string to look for
uiSearchStartUINTA position relative to 1, where the search starts