Replaces the string at the specified index with the specified string.
int32 Replace( int32 p_nIndex, string p_sReplacementString )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nIndex | The index of the string you wish to replace. |
| string | p_sReplacementString | The replacement string. |
None published. Please look for an example in the Simdify Scripting Language code base.