FindNext Data Member Function

Finds the next occurrence of a string in the <StrList>, using the specified index as the start of the search.

Prototype

int32 FindNext( string p_sFindThisString, int32 p_nStartIndex )

Parameters

Parameter Type Parameter Name Documentation
stringp_sFindThisStringThe string you wish to find.
int32p_nStartIndexThe index at which to start searching.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.