Futurebasic/Language/Reference/tekey statement

TEKEY$

edit

Statement

edit

(+) Appearance (+) Standard Console

Syntax

edit

TEKEY$ = string$

Description

edit

If there is an active edit field in the current window, string$ is inserted into the field at the current insertion point, or replaces the currently highlighted text in the field. The insertion point is then placed at the end of the newly-inserted text, and the text is scrolled into view if it is not already in view.

See Also

edit

TEKEY$ function; EDIT FIELD; ON EDIT