.. highlightlang:: us .. index:: AppGetGlobalOption .. _appgetglobaloption: AppGetGlobalOption ================== .. us.tag AppGetGlobalOption ENGLISH App New590 Changed5147 Changed5400 Changed6200 :ref:`AppGetGlobalOption` returns a value of an option from :ref:`toolsmore-options`. .. function:: val = AppGetGlobalOption(ssOption) .. us.return **Return Value** *val* is the value of an option. .. us.params **Parameters** .. uparam:: ssOption *ssOption* is the name of a option, see :ref:`AppSetGlobalOption`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2020 - New option ``nc-utf8``. * - R2012 (5.40.0) - Removed the options ``standard-netcdf-files`` and ``max-data-import``. * - 5.14.7 - New options. * - 5.9 - New. .. seealso:: :ref:`overview-application-object`, :ref:`AppSetGlobalOption`, :ref:`AppLoadSettings`, :ref:`AppSaveSettings` :sub:`id-1278532`