Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to count number of lines in text file?,
Message
De
10/11/2000 10:09:22
 
 
À
10/11/2000 08:36:32
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00440122
Message ID:
00440181
Vues:
14
Open "a.txt" For Input As #1
Do Until EOF(1)
Line Input #1, sTemp
lCount = lCount + 1
Loop
Close #1
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform