ID:161317
 
How do you submit a multi-line input?
Obs wrote:
How do you submit a multi-line input?

You'll have to be more descriptive than that. What do you mean by multi-line input? Allow multiple lines with the input() procedure?
In response to CriticalBotch
He means text input controls with multiple lines, the ones in the interfaces.

Yeah, I think winget() would work to check the text in the input. Just make a verb and attach it to a send button.
Do you mean using input()?
var/x = input("Blarg") as message
In response to Popisfizzy
The GUI one, but I got it now.