Insert #252; in a String

Hi, i habe a little Problem in Navision. I want to create a XML-File with the MS XML 3 Dom. Generally no problem. Now i want e. g. replace a Character ‘ü’ with the XML-Notation #252; to display the ‘ü’ in the XML File. If i insert this substring in the original String Navision thinks the # is a replacement and leaves the String blank. Anyone some suggestions how i can resolve this Problem? Regards Bastian

Hi, how do you use that string? I think Navision interpret #252 as replacement in Message, Confirm or Error - then you can do so: MESSAGE(’%1’,’#252’); Maybe you can use similar solution?

You could also use a CHAR-variable; character # is no. 35.