i need to read line 2 of a text file but not line 1
here is what i tryed
[CODE=vbnet]Dim MyTime = Format(Now, "dd-MMM-yyyy")
Dim phillstatus As String
Dim phillcount As String
Dim phillreader As String
phillreader = My.Computer.Fil eSystem.ReadAll Text("C:\Users\ Richard\Documen ts\test.txt")
phillcount = phillreader.Rea dLine(1)[/CODE]
here is what i tryed
[CODE=vbnet]Dim MyTime = Format(Now, "dd-MMM-yyyy")
Dim phillstatus As String
Dim phillcount As String
Dim phillreader As String
phillreader = My.Computer.Fil eSystem.ReadAll Text("C:\Users\ Richard\Documen ts\test.txt")
phillcount = phillreader.Rea dLine(1)[/CODE]
Comment