FindLast Data Member Function

Finds the last occurrence of the specified character sequence.

Prototype

uint64 FindLast( string p_sFindOccurrencesOf, int32 p_iStartIndex )

Parameters

Parameter Type Parameter Name Documentation
stringp_sFindOccurrencesOfA string containing the character sequence you wish to find.
int32p_iStartIndexThe index at which you want to begin searching for occurrences in the string.

Examples

Copy Text To Clipboard

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