Displaying text from txt file

how can i display specific line of .txt file in a text field??

scroll to it…\rif you know the number of lines in the text file it shouldn’t be hard to figure out.\r:) \rjeremy

hmmm… i have a text file with a lot of text… and I need to put let we say line 129 in textfield1 and line 210 in textfield2… how do i do that?

If you don’t need the rest of your file, just put those two lines in a variable each and load only these!?\rElse, there’s string.methods to extract parts of a string…a bit long to explain in a simple post…(string.firstIndexOf; charAt …)