In Data Member Function

Returns true if the specified sub-string is present in a string.

Prototype

int32 In( string sub, int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
stringsubA string value representing the sub-string.
int32p_nIndexThe starting search index, which refers to 0 to length - 1.

Examples

Copy Text To Clipboard

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