EMA-XPS Online


SET-OUTPUT-FIELD-TEXT

SET-OUTPUT-FIELD-TEXT
=====================

syntax: (set-output-field-text 
           <babylon-output-field> <text>)

This function places the text for the output-field.

example: >(set-output-field-text
             (get-window-element interface
             "babylon-standard-output")
             "You will get your text-outputs here ")


EMA-XPS Online