How to fill a multiline textbox?

Hi! How can i fill a multiline textbox from code with several lines? I have tried to create a new line with a char variable with value 13 but then i only get a special character but no new line. Thx for your help.

It doesn’t work as you think. Multiline-Property only enable multiple lines in this box, but formating is done by the box !

Maybe … but the ErrorString returned by Navision Timer Automation Object is able to set such returns. Another solution would be to display an array in a tableBox if this is possible!? (I will check search function but appreciate every help posted here [:)])

Got it! It’s the back slash!