Function SettingString
Gets a setting from the system
SettingString([SVREF],[FORMAT],[DEF_IF_INVALID])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | string | required | n/a | SVREF | The setting reference |
2 | string | optional | null | FORMAT | The format |
3 | string | optional | null | DEF_IF_INVALID | The default to return if not found |
Returns
The setting value
Examples
Example of getting a setting
Setting value for my company is {{SettingString("COMPANY")}}