char string question - easy

  • Thread starter Thread starter Keith Smith
  • Start date Start date
Try using

string lineFeed = "\r\n";

instead.

Sincerly,
Christian
 
Or, instead of creating your own line feed, just use Environment.NewLine


--
Thanks
Wayne Sepega
Jacksonville, Fl


"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
 
Hi Keith,

You could use the Keys enumeration.

Also, Environment.NewLine is the same as "\r\n".

HTH,
Rakesh Rajan
 

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

Back
Top