textArea.ReplaceRange(text, start, end)
| Variable | Description |
|---|---|
| text | The text to use as the replacement. STRING. |
| start | The start position. The value is one-based. INTEGER. |
| end | The end position. The value is one-based. INTEGER. |
ColorsTextArea.ReplaceRange("blue", 31, 37)