Insert Method (AWTTextArea)
Class
AWTTextArea
class
Action
Inserts the specified text at the specified position.
Syntax
textArea
.
Insert
(
text
,
pos
)
Variable
Description
text
The text to insert. STRING.
pos
The position at which to insert. The value is one-based. INTEGER.
Examples
ColorsTextArea.Insert
("yellow", 16)