Posted 13 February 2013 - 08:29 AM
Title: New line while writing in other file.
Hello i'm making a code that writes in another file and after alot of searching i made this
Hello i'm making a code that writes in another file and after alot of searching i made this
i = 16
file = fs.open("startup", "w")
file.write("shell.run(\"power\" i")
(((This is the place where I need a code to go to the next line in the file)))
file.write("print(\"hi\")")
file.close()
Hope you can help!