I am actually running in an interesting minor issue. I have rare case where I have a long string object, in which both a Definition Query is stored using a SQL predicate with a LIKE using the "%" character, and a variable that I would like to go through inline variable substitution.
Now I noticed this inline variable substitution fails, if the string also contains the "%" character. This is probably no surprise, as the LIKE statements' "%" character, can not be replaced, and apparently causes the entire inline variable substitution to fail.
Is there any way "inline variable substitution" can be escaped, so a to prevent an attempt to replace the % character?
E.g., to get an idea, I have something like this:
name LIKE ('%road');%Layer Folder%\LayerName.lyr