Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Embed tabs newline etc..
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01512327
Message ID:
01512328
Views:
40
>Hi All, many many moons ago I had to modify a C++ program and I'm sure ( fairly ! ) I remember seeing a way to insert multiple tabs / newlines in a string something along these lines
>
>
>string s = "Hello \t3";
>cout >> s;
>
>
>
>this would print Hello followed by three tabs, does anyone recall seeing this ? and if so is it possible in c# ?

May be try @String.Format to insert tabs ?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform