Find Data Member Function

Returns the index of the string in the <StrList> or -1 if the string cannot be found.

Prototype

int32 Find( string p_sFindThisString )

Parameters

Parameter Type Parameter Name Documentation
stringp_sFindThisStringThe string you wish to find in the <StrList>.

Examples

Copy Text To Clipboard

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