.. highlightlang:: us .. index:: AppSetTitle .. _appsettitle: AppSetTitle =========== .. us.tag AppSetTitle ENGLISH App :ref:`AppSetTitle` sets UniPlot's window title. .. function:: bool = AppSetTitle(ssTitle) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: ssTitle *ssTitle* is the new text of the UniPlot window title. .. us.example **Example** :: AppSetTitle("My UniPlot") AppSetTitle("") // Set default .. seealso:: :ref:`overview-application-object`, :ref:`AppSetBar` :sub:`id-1233325`