Very simple:
VB Code:
Private Sub Form_Load() Open "c:\test.txt" For Output As #1 'file is empty Close #1 End Sub
|
Results 1 to 3 of 3
Thread: Clear text file ::RESOLVED::Hybrid View
|
Click Here to Expand Forum to Full Width |