FUNCTION StrCaseFindA : INT
Similar semantics as Find from the standard.library.
Does a case insensitive search.
A null pointer will lead to a return of -1
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
StrCaseFindA
|
INT
|
|
Input
|
pst1
|
POINTER TO STRING(255)
|
|
pst2
|
POINTER TO STRING(255)
|
|
uiSearchStart
|
UINT
|
a position relative to 1, where the search starts
|
|