Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date functions
Message
De
05/02/2005 15:14:59
 
 
À
07/01/2005 11:22:44
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00975131
Message ID:
00984210
Vues:
13
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....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform