Function SettingString

Gets a setting from the system

SettingString([SVREF],[FORMAT],[DEF_IF_INVALID])

Parameters

#TypePassingDefaultNameDescription/Comments
1stringrequiredn/aSVREFThe setting reference
2stringoptionalnullFORMATThe format
3stringoptionalnullDEF_IF_INVALIDThe default to return if not found

Returns

The setting value


Examples

Example of getting a setting

Setting value for my company is {{SettingString("COMPANY")}}