user variables and brackets in template

Worker

Member³
In a template, using "[Name]" means the user is asked for a value for "Name".
If you want to insert the literal value "[Name]" in a template, you should use "[[Name]]", according to the helpfile.

I am trying to use "[[[Name]]]", with the goal of asking the user for a 'Name' value, then inserting the value between literal brackets. However, when I do this, the label on the user input dialog is "Name]", and the value that ends up in the window is "[".

For now I'm using "[[[Name] ]]" and manually deleting the space, but this seems like something that should be fixed.
 
Back
Top