Environment.Newline not working in CF2.0

  • Thread starter Thread starter Guest
  • Start date Start date
NewLine is not a feature of the Compact Framework. However in C# you can use
"\r\n" and in VB the vbCrLf constant.

Peter
 
thanks
that's what i was using
but I just wanted to make sure I wasn't missing something.

Dan
 

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