Escaping square brackets in strings in settings: e.g. "[text]" as a field label

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.

That’s a good question! Not sure, but you could try to ste the label to [MyLabel]

Thats works and I don’t know why it didn’t come to mind before (I’m getting too old… :frowning: …)
Thanks a lot Albert.