Ok, let's say I have a variable named Word.

Lets say word's value is 30

I have a txt file with 40 words in it
I want to add to a txtbox the 30th word (word's value)

Is there a way to do it?