.. highlightlang:: us .. index:: ComboAddString .. _comboaddstring: ComboAddString ============== .. us.tag ComboAddString NOTREADYENGLISH :ref:`ComboAddString` adds a string to the end of the list box of a combo box. .. function:: bool = ComboAddString(svString) bool = ComboAddString(svString, nID) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: svString *svString* .. uparam:: nID *nID* is 1 for the toolbar combo box ``"Import"`` (default value) and 2 for the ``"DatasetStyle"`` combo box. .. seealso:: :ref:`ComboSelectString`, :ref:`ComboResetContent`, :ref:`ComboGetString`, :ref:`AppSetBar`, :ref:`AppGetBar` :sub:`id-1485124`