How to insert text from a prepared txt of many lines

Hi there,
So I have a txt of many lines, how can I insert one line at a time?

Thanks

Since I don't know what you mean by "one line at a time" it's hard to answer. There's really no difference between inserting all the lines at once or one line at a time, unless you are asking for something different to happen between each insertion, but you didn't say what you wanted to happen between each insertion. So I'll give you some code below which inserts one line at a time, but doesn't do anything in between each insertion because I don't know what you want to do.

If you describe the problem more completely, we might be able to provide a more complete solution.

1 Like