Here is a line of code which we want to use:
call msgbox(“Bitte Text einfügen, um fortzufahren.”, 64, CAPTION)
After posting the message I find out the work around with the & chr(xyz) & on my own, but this does obviously not work in definitions like:
const CAPTION = “BauBeCon IT L” & chr(246) & “sungen”
Therefore I am further interested in a final sollution of the problem.
Thank you in advance,
Mirko