Finds the next occurrence of a string in the <StrList>, using the specified index as the start of the search.
int32 FindNext( string p_sFindThisString, int32 p_nStartIndex )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| string | p_sFindThisString | The string you wish to find. | 
| int32 | p_nStartIndex | The index at which to start searching. | 
None published. Please look for an example in the Simdify Scripting Language code base.