The above line is what i want to write as the first line inside a file.
But as you wud imagine using quote inside a string is giving me an error. any help ?
Dim fstream As New FileStream(sfd.FileName, FileMode.OpenOrCreate, FileAccess.ReadWrite)
Dim sr As StreamWriter = New StreamWriter(fstream)
sr.WriteLine("")
'sr.WriteLine("") still is same
In the above line quotes are missing and i can't write quote ... i am sure u must hav understood wht i am saying.
2006-07-16
07:00:57
·
4 answers
·
asked by
Alpha-Male
1
in
Computers & Internet
➔ Programming & Design
Excellento... u guyz are great !
2006-07-16
07:13:15 ·
update #1