Ok so once a text file is loaded as file 1, the command "write string 1, "hello"" will add "hello" to the next free line. Also the command "read string 1, file$" will read line one of the text file. To read line 2 you call the same command again, for line three a third time, etc.
But is it possible (for example) to open a 100 line text file and read line 47 without first reading and disregarding the first 46?
And (even worse) is it possible to replace line 52 without first having to read every other line and save them as separate strings in an array, then delete the text file and make a whole new one using those strings and replacing the changed line? (

Hmm over complicating things or what!)
It would seem common sense that this is possible but I can find no such commands in the help documentation and this exceedingly long winded way seems the only (fairly limited and certainly slow) option.
If it IS possible within DBPro, how? And why isn't it documented?
If not, then has anybody made a dll or plugin to do it? Otherwise I'm stuck with my slow and confusing functions
Thanks for any feedback

Sorry if this has been asked before, I don't recall discussing or reading about it, but it seems quite a normal request so it may be sorted already. I know for example that some new patches have brought new commands, which aren't always updated in help
Quikly Studio Pro. Soon. Honest.