VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Appe

by Amir (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Fri 4th July 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Append...

Rate Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Appe



Open CurDir() & "\backupFiles.log" For Append As #1
     Print #1, "You Back up your files at:", Chr(9), Date, Time
Close #1


Download this snippet    Add to My Saved Code

Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Appe Comments

No comments have been posted about Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Appe. Why not be the first to post a comment about Write to text file(and log file) and add lines to it. To over-write lines use Output insted of Appe.

Post your comment

Subject:
Message:
0/1000 characters