I want to assign the text "%g" to a text field. Important: I don't want to assign the content of the variable %g to the text field but the characters "%" and "g".
Using textfield.text$="%g" assigns just the name of the project to the text field.
What I want do do at all is to assign the page label and the string "%g" to the text field: %z=page.label$; Dateiname.text$="\b(%g) %z";