|
||||||
| CSharp Tutorials Tutorials for C# |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Yow, Thanks for the tutorial
![]() I am working on some thing atm but i cant find out why thsi write my information twice in the same row ![]() Code:
String AllData = (ID) + (";") + (Name) + (";") + (Date) + (";") + (Time)
StreamWriter sw = new StreamWriter(@"C:\TimeTable.csv", true);
string bufferOne = (AllData);
sw.Write(bufferOne);
sw.WriteLine(bufferOne);
sw.Close();
sw.Dispose();
|
![]() |
| Tags |
| file, text, tutorial, writing |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tutorial: Storing Images in MySQL with PHP | Jordan | PHP Tutorials | 13 | 09-23-2008 07:11 PM |
| Text files | travy92 | Visual Basic Programming | 1 | 10-07-2007 11:06 AM |
| How to style fonts of a text in a simple page? | c0de | Tutorials | 3 | 09-15-2007 11:08 PM |
| HTML Basic Formatting | clookid | Tutorials | 14 | 03-06-2007 04:10 PM |
| John's Java Tutorial Index | John | Java Tutorials | 0 | 01-11-2007 04:05 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 97%