Method Get():overStrike() Foundation

Overwrites characters in the edit buffer.

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

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

Description

When a Get object has input focus, :overStrike() inserts the characters contained in <cString> into the edit buffer at the current cursor position. The characters in the edit buffer are overwritten from the current position of the cursor to the length <cString>, and the cursor is positioned to the right of 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.