The requested page is not available for selected version.
Setting
Syntax
string Setting (string settingname, string defaultvalue)
Description
Get the value of a setting
Parameters
settingname
A setting name.
defaultvalue
Value to be returned if the setting isn’t defined.
Return Value
The function returns either the value of the setting or the default value in case the setting doesn’t exist.
Notes
- Settings have a wide variety of uses to tune the behavior of the engine or any other part of the automation. See also the chapter on settings.