VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code create a file with a actual date name

by Angel Heredia (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 11th November 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code create a file with a actual date name

Rate This code create a file with a actual date name



Open ("c:\" & FldDate & ".txt") For Output As #1
Print #1, "Whatever you want to print"
Close #1

Download this snippet    Add to My Saved Code

This code create a file with a actual date name Comments

No comments have been posted about This code create a file with a actual date name. Why not be the first to post a comment about This code create a file with a actual date name.

Post your comment

Subject:
Message:
0/1000 characters