Search Data Member Function

Searches the <StrList> for the specified string and returns the index of the first occurrence.

Prototype

int32 Search( int32 p_nIndex, int32 p_nCount, Str p_sValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe starting index for the search.
int32p_nCountThe number of items to search.
<Str>p_sValueThe value to search for.

Examples

Copy Text To Clipboard

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