Futurebasic/Language/Reference/tekey statement
TEKEY$
editStatement
edit(+) Appearance (+) Standard Console
Syntax
editTEKEY$ = string$
Description
editIf 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
editTEKEY$ function; EDIT FIELD; ON EDIT