User Profile
Collapse
-
WriteLine() did the job! -
StreamWriter to CSV File - Write to Next Line
Hello All,
I have the following code below which writes to my CSV file successfully.
Now how do I get it to write a new record on the Next line/Row?
Code:Dim objWriter As IO.StreamWriter = IO.File.AppendText(_strCustomerCSVPath) If IO.File.Exists(_strCustomerCSVPath) Then objWriter.Write(_CustomerID & ",") objWriter.Write(_FirstName
No activity results to display
Show More
Leave a comment: