|
-
Dec 15th, 2011, 11:54 PM
#1
Re: Add text to txt file from texbox
There's also the appending boolean value for a secondary parameter in StreamWriter
Code:
StreamWriter("File.txt", True)
True would tell it that append is acceptable as a boolean value (True) of course. Non tested, but from what I can remember it's as easy as that.
<<<------------
.NET Programming (2012 - 2018)
®Crestron - DMC-T Certified Programmer | Software Developer <<<------------
-
Dec 16th, 2011, 12:09 AM
#2
Re: Add text to txt file from texbox
 Originally Posted by AceInfinity
There's also the appending boolean value for a secondary parameter in StreamWriter
It's not "also" because that's exactly what I was talking about. Now that you have deprived the OP of the need to consult the documentation, the next time a similar issue arises, they will likely have to post again rather than being able to consult the documentation and solve the issue for themselves. @romanos8, hopefully you will still take a look at the documentation so you can see how easy it can be to solve a lot of your own problems.
-
Dec 18th, 2011, 11:41 PM
#3
Re: Add text to txt file from texbox
 Originally Posted by jmcilhinney
It's not "also" because that's exactly what I was talking about. Now that you have deprived the OP of the need to consult the documentation, the next time a similar issue arises, they will likely have to post again rather than being able to consult the documentation and solve the issue for themselves. @romanos8, hopefully you will still take a look at the documentation so you can see how easy it can be to solve a lot of your own problems.
I didn't realize it was a game to get him to go read the documentation. Although good for him to read documentation just like any other information available in a standard documentation, it does leave this forum with less activity, until there's people that don't understand documentation, and have to resort to further alternatives. I was only trying to help, so thanks for seeing that side of the equation.
<<<------------
.NET Programming (2012 - 2018)
®Crestron - DMC-T Certified Programmer | Software Developer <<<------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|