| vbscript read line in the middle par god09 |
Thursday April 3, 2008 01:12:49 PM |
Configuration: Windows XP Internet Explorer 6.0
Hello
Just add a loop afteryou open the file and throw away the first five lines. ' Assuming your file stream is called oFileIn... Dim i For i = 1 To 5 oFileIn.ReadLine Next |