StartsWithCI (FUN)
FUNCTION StartsWithCI : BOOL
Returns if the string pS starts with the string pPrefix, ignoring case.
- InOut:
Scope
Name
Type
Comment
Return
StartsWithCIBOOLInput
pSPOINTER TO BYTE
The string to test for a prefix
udiLenSUDINTThe length og pS
pPrefixPOINTER TO BYTE
The prefix to test for
udiLenPrefixUDINTThe length of the prefix