
     message
        A message displays a single line  of  text  on  a  panel.
        Messages  are  used to give short instructions or bits of
        information to the user. The script syntax for a  message
        is:

        message={  value=.... name=.... }

        The most important variable in a message  object  is  the
        value.  The  value  is  the text that is displayed on the
        screen. The name is relevant for tailoring the appearance
        of  this  message object using resources or assigning new
        values to the message. If a new value is assigned to  the
        message the text will change to reflect the new value.

        example:
        message={ value=" hello world, I am a message object " }

        Assigning a new value  to  a  message  object  (using  an
        ASSIGN action) will change the text that is displayed.
