Clears/removes all the strings from the
        collection.Syntax:
        
          object.Clear() 
           
          IDL definition: 
          [id(5), helpstring("method Clear")] HRESULT Clear();
         
        Parameters: 
        
          object - Previously created UtilStringList object 
         
        Examples:
        strlist.Clear(); 
        strlist.Clear 
        Applies to: UtilStringList  |