Posted 08 February 2013 - 04:40 PM
So what I have being done is I'm writing to a file, then reading that and setting it so that what was in the file becomes a variable and then it sets the background color to what was in the file. But everytime I do it I get a Expected number error.
If you could help that'd be very nice.
Here's an example of the code I'm running:
If you could help that'd be very nice.
Here's an example of the code I'm running:
h = fs.open("calcColor", "r")
borderColor = h.readLine()
h.close()
term.setBackgroundColor(borderColor)
And calcColor just reads colors.white