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
Code:
Textbox1.text = Io.file.readalllines("C:\c.txt").last
but i want it to read the third line
how can i do it
pls help
thx in advance