Function DisplayBraces
Surrounds content with code braces { and }.
DisplayBraces([VALUE],[COUNT])Parameters
| # | Type | Passing | Default | Name | Description/Comments |
|---|---|---|---|---|---|
| 1 | string | required | n/a | VALUE | The value to display |
| 2 | integer | optional | 2 | COUNT | The number of braces to surround the text |
Returns
The value surrounded by braces
Examples
Example of adding a string surrounded by two braces
{{DisplayBraces("[]",2)}}
