NXC
Version 1.2.1 r5
|
|
inline |
Replace a portion of a string.
Return a string with the part of the string replaced (starting at the specified index) with the contents of the new string value provided in the third argument. The input string parameters may be variables, constants, or expressions.
str | A string. |
idx | The starting point for the replace operation. |
strnew | The replacement string. |