Hi,
I've been trying to get thi to work for over 2 hours now and I just don't seem to get the point.
I'mt rying to get a script to write soemthing to a file, like this:
f=io.input(GetInfo(67).."/db.txt")
dbw=f:write("hey\n")
Note(dbw)
This note returns nil
and then the file is the same as it was
I want to append hey to the end of that file because there's already something written in it.
Help would be appreciated. Thanks.
I've been trying to get thi to work for over 2 hours now and I just don't seem to get the point.
I'mt rying to get a script to write soemthing to a file, like this:
f=io.input(GetInfo(67).."/db.txt")
dbw=f:write("hey\n")
Note(dbw)
This note returns nil
and then the file is the same as it was
I want to append hey to the end of that file because there's already something written in it.
Help would be appreciated. Thanks.