Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to count number of lines in text file?,
Message
From
10/11/2000 10:09:22
 
 
To
10/11/2000 08:36:32
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00440122
Message ID:
00440181
Views:
18
Open "a.txt" For Input As #1
Do Until EOF(1)
Line Input #1, sTemp
lCount = lCount + 1
Loop
Close #1
Previous
Reply
Map
View

Click here to load this message in the networking platform