Searches the <StrList> for a string and populates an <Int32Array> with the indices of any matches.
int32 FindAll( int32 p_nIndex, int32 p_nCount, Str p_sValue, Int32Array p_aiIndices )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | p_nIndex | The index at which to start the search. |
int32 | p_nCount | The number of items to search. |
<Str> | p_sValue | The string to find. |
<Int32Array> | p_aiIndices | A pointer to an <Int32Array> that stores the indices where matches are found. |
None published. Please look for an example in the Simdify Scripting Language code base.