ctrl line-feed

T

Tim

How do I create a string that contains a carriage return line feed in the
middle. For example:

"string 1" + crlf + "string 2"

would output:
string1
string2

Thanks in advance for your help.
 
W

William Stacey

You can also use Environment.NewLine that will also work for richtexboxes
and console, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top