FindObj Data Member Function

Returns the index of the specified value, or -1 if it is not in the array.

Prototype

int32 FindObj( Str p_oValue, int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
<Str>p_oValueThe value to search for.
int32p_nIndexThe index in the 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.