Substring Data Member Function

Returns a string containing a section of the <Str>.

Prototype

string Substring( int32 p_nStartIndex, int32 p_nEndIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nStartIndexThe first character in the section. Must be from 0 to string length - 1.
int32p_nEndIndexThe last character in the section. Must be from 0 to string length - 1.

Examples

Copy Text To Clipboard

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