escape code

Hi, How is it possible to create a new line in a text string. in C++ is it something like “abc \n def”. In visual basic something like “abc” + VbKeyReturn + “def”. thank you.

Hello, in Navision Pascal you just use the backslash. For example in a report footer, use ‘We thank you for your order’ + ‘and assure you our best attention.’ Pelle