Find Data Member Function

Returns the index of value in the array or -1 if the value cannot be found.

Prototype

int32 Find( uint32 value, int32 p_nStartIndex )

Parameters

Parameter Type Parameter Name Documentation
uint32valueThe value you wish to find.
int32p_nStartIndexThe start index of the search.

Examples

Copy Text To Clipboard

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