Finds the first occurrence of a particular string inside a string.
int64 Find( string p_pFindThisStr, int32 p_iStartIndex )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_pFindThisStr | A string containing the character sequence you wish to find in this <Str>. |
| int32 | p_iStartIndex | The index at which to start the search. |
None published. Please look for an example in the Simdify Scripting Language code base.