Hi,
I have a problem when I try to use this simbol: "š". When I save the codeunit and I run it, the message shows "s". I think, there is a problem with characters coding, but I don't know how to solve it. I tried to use the char: "U + 0161", but it shows "i", instead of "š".
Thank you.
0
Answers
1. Find the right Decimal Code for your strange character
2. Create a Char variable and assign the Decimal code for it
Standard NAV code example from NAV 2017 3. Use the Character with FORMAT (see in the example)