When I add text to a multi line text box control I can use Enter and add carriage returns to the text in the control.
I then save the text out to a string variable.
If I then set Control.Text to that string, the carriage returns are represented by their control code boxes, instead of actual carriage returns.
Is there a way to reload a string with carriage returns in it back into a DX textbox control and have the control show the carriage returns instead of boxes?