Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old June 14th, 2004, 11:46 AM
mebjen mebjen is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 3 mebjen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
HELP - TextWriter.Insert

Hi,

With VS 2003 and VB .NET I am trying to add a dateTime to every line in a text file - and while the following code displays the results I expect on the console - it does not actually make the changes to the textFile. So my question is - how to I code for making the expected changes to the actual textFile?
Dim fName AsString = "C:\tvcFileIn.txt"

Dim dt As DateTime

dt =
String.Format("{0:u}", Now())

Dim readLine As Stream
Dim sw As TextWriter

Dim sb As StringBuilder

readLine = File.OpenRead(fName)

sw = Console.Out

Dim sReader AsNew StreamReader(readLine)

Try

sReader.BaseStream.Seek(0, SeekOrigin.Begin)

While (sReader.Peek() > -1)

sb = New StringBuilder(sReader.ReadLine())

sb.Insert(0, dt & ",")

sw.WriteLine(sb.ToString)

EndWhile

sReader.Close()

Console.WriteLine("DONE")

Catch objE As Exception

Call handleExc("wwd", objE)

Finally

EndTry

EndSub

Thanks mb

Reply With Quote
  #2  
Old June 14th, 2004, 12:41 PM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
ASP Free God 14th Plane (11500 - 11999 posts)
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,737 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 1 h 19 m 52 sec
Reputation Power: 443
This question should have been posted in the .NET area, since it pertains to .NET

Reply With Quote
  #3  
Old June 14th, 2004, 01:07 PM
mebjen mebjen is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 3 mebjen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Oops

Thanks - I reposted in .NET

mb

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > HELP - TextWriter.Insert


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway