VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Write txt file

by Rade Kvrgic (1 Submission)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 16th November 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Write txt file

Rate Write txt file



  Open (App.Path & "\test.txt") For Output As 1
  Print #1, "This is date : " & Format(Date, "yyyy-mm-dd")
  Print #1, "This is time : " & Format(Time, "hh:mm:ss")
  Close #1
  MsgBox " You can read file: " & App.Path & "\test.txt"
End Sub

Private Sub Command2_Click()
   Unload Me
End Sub


Download this snippet    Add to My Saved Code

Write txt file Comments

No comments have been posted about Write txt file. Why not be the first to post a comment about Write txt file.

Post your comment

Subject:
Message:
0/1000 characters