KB Article #52923
How to set ' (single quote character) as the first letter of a filename in a model
Problem
How we can configure a file name in a model allowing a quote as first character?
Resolution
You can't use a regular quote character, but you can use the grave accent (`) instead of single quote, for example:
`XYZ.Fsubstr(&(file_component),5,8).&(file_label)`