FindAll Data Member Function

Searches the <StrList> for a string and populates an <Int32Array> with the indices of any matches.

Prototype

int32 FindAll( int32 p_nIndex, int32 p_nCount, Str p_sValue, Int32Array p_aiIndices )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index at which to start the search.
int32p_nCountThe number of items to search.
<Str>p_sValueThe string to find.
<Int32Array>p_aiIndicesA pointer to an <Int32Array> that stores the indices where matches are found.

Examples

Copy Text To Clipboard

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