FindAny Data Member Function

Returns true if any of the values in the source array match any of the values in this array.

Prototype

int32 FindAny( Uint16Array src, int32 p_nStart )

Parameters

Parameter Type Parameter Name Documentation
<Uint16Array>srcA pointer to the array containing the search values.
int32p_nStartThe index to start at.

Examples

Copy Text To Clipboard

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