Carriage return \n in text box

Do you want a TextBox or a TextArea?

A TextBox contains a single line. Pressing Enter in that box triggers the pressed_enter event.

A TextArea contains multiple lines. Pressing Enter in that box inserts a newline (\n) character.

1 Like