Futurebasic/Language/Reference/tekey statement

TEKEY$

Statement

(+) Appearance (+) Standard Console

Syntax

TEKEY$ = string$

Description

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

TEKEY$ function; EDIT FIELD; ON EDIT