Jobs
Author: Varun Godbole Date Submitted: 2/7/2007 Category: File Manipulation Compatibility: VB 6 This code has been accessed 5614 times.
Email Yourself this snippet:
No Declerations
Code
Open "c:\filename.txt" For Output As #1 Print #1, Date ' This is for the date Print #1, Time ' This is for the time Print #1, Text1.Text Close #1