//EditPrefs-rexx/SETATTR


SETATTR :


   NAME   
  SETATTR -- Sets the atributes of a gadget.

   SYNOPSIS
  SETATTR( TITLE/A,VALUE/A )

   FUNCTION
  Sets the value of a gadget.

   INPUTS
  TITLE - the title of the gadget (including spaces and _s)
  VALUE - the value to set the gadget to.

   RESULT
  None.

   EXAMPLE
  'SETATTR TITLE="_Public Screen" VALUE="Test Screen"'

   NOTES
  Capitilization of TITLE does matter.

   BUGS
  Never returns an error.

   SEE ALSO