Posts: 51
Threads: 0
Joined: Jul 2015
Reputation:
0
Seeing as there is no append function, you first have to load the data and store it in a variable. Then you would have to concatenate the new log entry with the stored variable and then you can save that variable.
Posts: 490
Threads: 78
Joined: Jul 2011
Reputation:
0
There might be 1000+ lines in the log one time.. so I need to store that in a variable? Maybe there's still away just to add 1 line.
Posts: 432
Threads: 34
Joined: Apr 2013
Reputation:
0
that code working fine for me . No issue