config

config sets and retrieves the UniScript configuration.

r = config()
r = config(ssConfig)
r = config(ssConfig, sParam)

Return Value

r returns depending on ssConfig the current settings.

Parameters

ssConfig

ssConfig can be one of the following values:

Value Meaning
“Language” Changes the language for error and other messages. The parameter Param can be set to the values “German” or “English”.
“ErrorOutput” Specifies the error output: If Param == 1 no error messages are generated. If Param == 2 the error messages are send to the command window. If Param == 3 the error messages are send to a message box. If Param == 4 the error messages are send to the command window and to a message box.
“no-global-redeclaring” Compatibility flag UniPlot 3 and UniPlot 4.
Param

siehe ssConfig.

Comment

If the function is called without any parameters the settings are set to the default values. If the function is called only with the parameter ssConfig the setting is returned.

History

Version Description
5.30.6 The “Language” option should not be used any longer. Use the get_language function instead.

id-258531