"FileSet define" and "Text Replace"

Trying to difine a FileSet with search string
__(‘ab DiaShow / Stages %s und Photo Vision / Video Vision %s’, ‘10’, ‘13’)
results in
Error expanding FilterContains, Search Text : [Expression Error]: Expected . or % but got " ". [('ab DiaShow / Stages %s‸ und Photo Vision / Video]

There seems to be an option missing to make the function take each character literally.

% characters are special in FinalBuilder, to use them literally in a field which might expand variable references, you need to escape them

https://wiki.finalbuilder.com/display/FB8/Using+Variables

Thanks for your quick response.

I had already tried escaping, but using a \ instead of a %.
Now it’s working. Thanks again :slight_smile: