StartsWithCI
(FUN)
FUNCTION StartsWithCI : BOOL
Returns if the string pS starts with the string pPrefix, ignoring case.
- InOut:
Scope
Name
Type
Comment
Return
StartsWithCI
BOOL
Input
pS
POINTER TO BYTE
The string to test for a prefix
udiLenS
UDINT
The length og pS
pPrefix
POINTER TO BYTE
The prefix to test for
udiLenPrefix
UDINT
The length of the prefix