Posted 08 August 2014 - 06:05 PM
I don´t know how I can make a programm that saves my text I write in a new file or programm it should work like an archive
example of the code
login program – not inportant
while true do
local input = read()
term.write("Attack plan")
term.setCursorPos(1,2)
who:
term.setCursorPos(6.2)
and so on
but how can I save it in an other programm ?
example of the code
login program – not inportant
while true do
local input = read()
term.write("Attack plan")
term.setCursorPos(1,2)
who:
term.setCursorPos(6.2)
and so on
but how can I save it in an other programm ?
Edited on 08 August 2014 - 05:20 PM