Splice String between Line Breaks?

Hello, i am trying to splice a string between line breaks.

I have text called in using load vars and a text file.
The text file called in has a few lines:

line one text
line two text
line three text

I would like to be able to splice that string so that i can create a string just using the second line of text. how can i do that?

Thanks for any help.