Posted 30 December 2012 - 05:08 PM
I made a program for a simple digital clock, and it worked perfectly in the terminal itself.
However, when I changed to code to wrap it to a monitor above, I get an "attempt to call nil" error for line 9 despite the fact that my variables are clearly defined
All I changed was adding the top two lines and changing anything with "term." to "mon."
What am I doing wrong?
http://pastebin.com/uNPdhMyD
However, when I changed to code to wrap it to a monitor above, I get an "attempt to call nil" error for line 9 despite the fact that my variables are clearly defined
All I changed was adding the top two lines and changing anything with "term." to "mon."
What am I doing wrong?
http://pastebin.com/uNPdhMyD