hi all i want to put a function that reads a text file and put it in textbox1
i used this code to read the last line
but i want it to read the third lineCode:Textbox1.text = Io.file.readalllines("C:\c.txt").last
how can i do it
pls help
thx in advance




Reply With Quote