FindIndices Data Member Function

Populates an <Int32Array> with the indices of any <Str> objects in set B whose values match the values of any <Str> objects in set A.

Prototype

int32 FindIndices( StrList a, StrList b, Int32Array indices )

Parameters

Parameter Type Parameter Name Documentation
<StrList>aA pointer to the <StrList> containing the <Str> objects to search.
<StrList>bA pointer to the <StrList> containing the <Str> objects whose values you wish to search for.
<Int32Array>indicesA pointer to an <Int32Array> that contains the indices of any <Str> objects in set A that have the same value as any <Str> objects in set B.

Examples

Copy Text To Clipboard

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