Bloodbane
Well-known member
I've been studying file reading scripts, the result is good so far, I can find certain line and acquire value in that line from read file
However for file making scripts, seems like there's only this function:
filestreamappend(file, value, 0)
which can be repeated to insert values before saving it to a file with this function:
savefilestream(file, filename)
Previous function appends inserted value at end of lines of values
Well, I am expecting a function which can write value directly at defined line instead of that. Is there such function?
If not, I would have to use other method such as acquire all values and rewrite them or writing multiple files or combination of these
However for file making scripts, seems like there's only this function:
filestreamappend(file, value, 0)
which can be repeated to insert values before saving it to a file with this function:
savefilestream(file, filename)
Previous function appends inserted value at end of lines of values
Well, I am expecting a function which can write value directly at defined line instead of that. Is there such function?
If not, I would have to use other method such as acquire all values and rewrite them or writing multiple files or combination of these