Futurebasic/Language/Reference/tekey statement
Appearance
(Redirected from Futurebasic/language/reference/tekey statement)
TEKEY$
[edit | edit source]Statement
[edit | edit source](+) Appearance (+) Standard Console
Syntax
[edit | edit source]TEKEY$ = string$
Description
[edit | edit source]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 | edit source]TEKEY$ function; EDIT FIELD; ON EDIT