Returns true if the specified sub-string is present in a string.
int32 In( string sub, int32 p_nIndex )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | sub | A string value representing the sub-string. |
| int32 | p_nIndex | The starting search index, which refers to 0 to length - 1. |
None published. Please look for an example in the Simdify Scripting Language code base.