Archive: FileRead


FileRead
I've searched and read the docs but I can't get this to work..
So..

What I need to do is to start reading from the third line of a file to the end of it.

Then, I need the output of the search to appear in a text box (multiline) [this part is good].

After that, the user can make changes in the text box. When user presses next, the installer should write the text in the textbox to the TXT file, but it should skip the first 2 lines (so it should start writing on the third line on the TXT file).

Thanks for any help :)


LineFind can help you there.