EMA-XPS Online


SET-INPUT-FIELD-TEXT

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")


EMA-XPS Online