Find Data Member Function

Finds the first occurrence of a particular string inside a string.

Prototype

int64 Find( string p_pFindThisStr, int32 p_iStartIndex )

Parameters

Parameter Type Parameter Name Documentation
stringp_pFindThisStrA string containing the character sequence you wish to find in this <Str>.
int32p_iStartIndexThe index 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.