ok, ive been looking and looking every where for this, and cant find it 
what can i put in a string that will tell a textbox to put it on a newline?
i.e.
Dim line as String
line = "such and such <want a new line character here and so on>"
so that it would output as:
such and such
and so on
any help would be appreciated

what can i put in a string that will tell a textbox to put it on a newline?
i.e.
Dim line as String
line = "such and such <want a new line character here and so on>"
so that it would output as:
such and such
and so on
any help would be appreciated