Bang for Bucks
Best way to thrash inflation.
Saturday, May 21, 2011
Visual Basic (VB) write to text file
Dim FILE_NAME as String = "C:\my text file.txt"
Dim myText as String = "Hello World"
Dim fileWriter As New System.IO.StreamWriter(FILE_NAME)
fileWriter.WriteLine(myText)
objWriter.Close()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment