FindAny Data Member Function

Returns true if any of the values in another <StrArray> are also in this array.

Prototype

int32 FindAny( StrArray p_oValues, int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
<StrArray>p_oValuesThe array to compare.
int32p_nIndexThe index in this array at which to start the search.

Examples

Copy Text To Clipboard

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