SyntaxFix
Write A Post
Hire A Developer
Questions
Use the text below!
TextBox1.Text = "This is a test" TextBox1.Text = TextBox1.Text & ControlChars.Newline & "This is line 2"
The controlchars.Newline will automatically put "This is line 2" to the next line.
controlchars.Newline
"This is line 2"