As stated in the title, how do I get SC to NOT parse a text with square brackets as if it were a variable?
E.g. I’d like to set a field label as:
[MyLabel]
so that is shown exactly as the text “[MyLabel]”, not treated as a variable and substituted with a different text.
But for SC anthing between brackets is a variable.
I tried this:
[MyLabel]
but the ‘’ are printed
I know that with PHP code I can trick the SC parser by splitting the string, but I’d like to know if there’s any way to do it with escape characters.