G GD Jul 7, 2006 #1 CF doesn't have Environment.Newline property. What is the other way to add a new line character to a string in CF? Thanks GD
CF doesn't have Environment.Newline property. What is the other way to add a new line character to a string in CF? Thanks GD
I Ilya Tumanov [MS] Jul 7, 2006 #2 You can add "\r\n" instead. -- Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. *** Want to find answers instantly? Here's how... *** 1. Go to http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en 2. Type your question in the text box near "Search this group" button. 3. Hit "Search this group" button. 4. Read answer(s).
You can add "\r\n" instead. -- Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. *** Want to find answers instantly? Here's how... *** 1. Go to http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en 2. Type your question in the text box near "Search this group" button. 3. Hit "Search this group" button. 4. Read answer(s).
G GD Jul 7, 2006 #3 That was easy. Thanks. GD Ilya Tumanov said: You can add "\r\n" instead. -- Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. *** Want to find answers instantly? Here's how... *** 1. Go to http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en 2. Type your question in the text box near "Search this group" button. 3. Hit "Search this group" button. 4. Read answer(s). Click to expand...
That was easy. Thanks. GD Ilya Tumanov said: You can add "\r\n" instead. -- Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. *** Want to find answers instantly? Here's how... *** 1. Go to http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en 2. Type your question in the text box near "Search this group" button. 3. Hit "Search this group" button. 4. Read answer(s). Click to expand...