.. highlightlang:: us .. index:: AppLoadSettings .. _apploadsettings: AppLoadSettings =============== .. us.tag AppLoadSettings ENGLISH App :ref:`AppLoadSettings` loads a file with UniPlot settings. .. function:: bool = AppLoadSettings(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:`AppSaveSettings`, :ref:`AppGetFileNameSettings` :sub:`id-927257`