AddToList:

-------------------------------------------------------------------------------
   Add an item to a uicontrol listbox.
-------------------------------------------------------------------------------
   Form:
   AddToList( h, s, n )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   h             (1,1)   Handle to list
   s             (1,:)   String to be added
   n             (1,1)   Any entry prevents duplicates

   -------
   Outputs
   -------
   None    

-------------------------------------------------------------------------------

Children: