Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date functions
Message
From
05/02/2005 15:14:59
 
 
To
07/01/2005 11:22:44
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00975131
Message ID:
00984210
Views:
14
ok, lets do this:

Dim StrName as String
StrName = Str(Now())

now, having set this variable to the string of the current date, you can make it be the name of the filename you are assigning in the file something like
Open App.Path & "\" & StrName & ".txt" For Output As #1
Write #1, "I love Universal Thread"
Close #1

hope this can help u friend, my english is not that good but I am trying my best in here....
Previous
Reply
Map
View

Click here to load this message in the networking platform