.. highlightlang:: us .. index:: AppSaveSettings .. _appsavesettings: AppSaveSettings =============== .. us.tag AppSaveSettings ENGLISH App :ref:`AppSaveSettings` saves UniPlot settings to a file. .. function:: bool = AppSaveSettings(ssFilename) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: ssFilename *ssFilename* is the complete filename. This name should have the filename extension :file:`.inb`. .. seealso:: :ref:`overview-application-object`, :ref:`AppLoadSettings`, :ref:`AppGetFileNameSettings` :sub:`id-185825`