Method Get():insert() Foundation

Inserts characters into the edit buffer.

Syntax
:insert( <cString> ) --> self
Parameters
<cString>
<cString> is the character or characters to be inserted into the edit buffer.
Return

:insert() returns a reference to the Get object.

Description

When a Get object has input focus, :insert() inserts the characters contained in <cString> into the edit buffer at the current cursor position. The characters in the edit buffer to the right of the cursor are moved to the right and the cursor is positioned behind the last character inserted.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.