How to insert a new line character in draw text

I am trying to write a string on the hud, using draw text, but the string is too long and i need to insert new line characters, something like \n
How can i do it? i test \n inside the string but dont work.
There is a special character for that ?

I found a good way to do it, using “parse into array” and inserting characters (~) in the string to indicate where i want to cut.
Thats return me an array width the substrings on each element, now i can draw text after a “ForEachLoop”, offseting a bit the y coordinate.

Just press SHIFT + ENTER in the Textfield of your String