Replace Data Member Function

Replaces the string at the specified index with the specified string.

Prototype

int32 Replace( int32 p_nIndex, string p_sReplacementString )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the string you wish to replace.
stringp_sReplacementStringThe replacement string.

Examples

Copy Text To Clipboard

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