ReplaceRange Method (AWTTextArea)

Class

AWTTextArea class

Action

Replaces text between the specified start and end positions with the specified replacement text.

Syntax

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.

Examples

ColorsTextArea.ReplaceRange("blue", 31, 37)