Posted 26 May 2012 - 02:03 PM
I'm trying to make a program that will write to a file in a directory, and it mostly works. However, when i go to open the file, instead of having the text that was set to go into the file, it inputs something like:
Every time i run the program to input the text, the format stays the same but the code changes. The program i'm using is very, VERY simple, and doesn't involve tables at all, so i'm puzzled as to why its doing that. My test program is as follows:
It also occurs when using
This isn't a life or death situation, so I don't need responses the second you read this, but any help would be appreciated :)/>/>
table: 5828f4f5
Every time i run the program to input the text, the format stays the same but the code changes. The program i'm using is very, VERY simple, and doesn't involve tables at all, so i'm puzzled as to why its doing that. My test program is as follows:
f1 = fs.open("file", "w")
f1:writeLine()
f1:close()
It also occurs when using
f1:write()
This isn't a life or death situation, so I don't need responses the second you read this, but any help would be appreciated :)/>/>