char string question - easy

  • Thread starter Thread starter Keith Smith
  • Start date Start date
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
 
Back
Top