Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27348

Tab!?

$
0
0
HTML Code:

        Dim ValueSpacer As String
        Dim dtmTest As Date
        dtmTest = TimeValue(Now)
        ValueSpacer = " --------- "
        TotalTxt = ("Coin Total ---  ")
        My.Computer.FileSystem.WriteAllText("C:\Users\Dustin\Documents\Total.txt", TotalTxt, True)
        My.Computer.FileSystem.WriteAllText("C:\Users\Dustin\Documents\Total.txt", Total, True)
        My.Computer.FileSystem.WriteAllText("C:\Users\Dustin\Documents\Total.txt", ValueSpacer, True)
        My.Computer.FileSystem.WriteAllText("C:\Users\Dustin\Documents\Total.txt", dtmTest, True)

How can I make it so that it starts a new line before writing new vars.
Example:
[Save #1]blah blah blah blah
[Save #2]blah blah blah blah

Viewing all articles
Browse latest Browse all 27348

Trending Articles