Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataView/DataSet/DataReader
Message
From
09/01/2007 13:16:12
John Baird
Coatesville, Pennsylvania, United States
 
 
To
09/01/2007 12:28:10
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01183234
Message ID:
01183867
Views:
35
> sDispStr += TRow[0] + ", " + TRow[1] + " – " + TRow[2] + TRow[11].ToString() + "\n";
{
> sDispStr += TRow[0] + ", " + TRow[1] + " – " + TRow[2] + TRow[11].ToString() + "\n";
> Console.WriteLine(sDispStr);
> Console.ReadLine();
>
> }


Are you aware that you can use Environment.NewLine instead of "\n"?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform