Function DisplayBraces

Surrounds content with code braces { and }.

DisplayBraces([VALUE],[COUNT])

Parameters

#TypePassingDefaultNameDescription/Comments
1stringrequiredn/aVALUEThe value to display
2integeroptional2COUNTThe 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)}}