PDA

View Full Version : Starting a title expression with a square bracket


aaronjsolomon
01-14-2015, 03:11 PM
Hi,

How can I begin a title expression with a square bracket? In any other position than the very beginning, a square bracket ("[" or "]") can be included in a title expression like any other string literal, by enclosing in single quotes. However, when I try to begin the title expression with '[', I get a syntax error.

Please advise, thank you! :)
Aaron

kinook
01-14-2015, 05:15 PM
In my tests, that doesn't work anywhere in the expression. With the latest download (5.1.0.10), use [[ for a literal [ character in the custom title expression.

aaronjsolomon
01-21-2015, 11:43 PM
This worked great, thank you! :)