Function SettingDecimal

Gets a setting from the system

SettingDecimal([SVREF],[DECIMAL_PLACES],[DEF_IF_INVALID])

Parameters

#TypePassingDefaultNameDescription/Comments
1stringrequiredn/aSVREFThe setting reference
2integeroptional2DECIMAL_PLACESThe number of decimal places
3decimaloptionalnullDEF_IF_INVALIDThe default to return if not found

Returns

The setting value


Examples

Example of getting a setting

Setting value is {{SettingDecimal("MYSETTING",2,0.12345)}}