Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Video Editing and DVD burning   Message List  
Reply | Forward Message #18979 of 19711 |
RE: [C#.NET] C# doubt

Wouldn't something along these lines work?

string testProgram = programline1 + Environment.NewLine +
programline2 + Environment.NewLine +
programline3;
SomeRoutineToWriteToTheDatabase(testProgram);

Use the string class's + object a lot is inefficient, and you'd probably
want to use a StringBuilder object instead.


If that's not what you're looking for, I think I'd need a clearer
picture of what you're trying to do.

RobR




Fri Jan 9, 2009 6:11 pm

interrobang
Offline Offline
Send Email Send Email

Forward
Message #18979 of 19711 |
Expand Messages Author Sort by Date

We are currently in search of a good video editing control and DVD (Video with menu) writing control. I would like to hear from experienced ones here. Please...
santhosh vs
everlovingyouth
Offline Send Email
Dec 23, 2008
7:09 pm

Hello group,I am developing online test paper software in c#. I have some doubt, I have different set of c# program which i want to store in text file and...
Manoj Singh
manoj_631071
Offline Send Email
Jan 9, 2009
5:23 pm

Wouldn't something along these lines work? string testProgram = programline1 + Environment.NewLine + programline2 + Environment.NewLine + programline3; ...
Rob Richardson
interrobang
Offline Send Email
Jan 9, 2009
6:12 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help