SET-INPUT-FIELD-TEXT
====================
syntax: (set-input-field-text
<babylon-input-field> <text>)
This function places the text for the input-field.
example: >(set-input-field-text
(get-window-element interface
"babylon-standard-input") "example")