Posted 24 May 2013 - 12:11 PM
Title: bios:338: Error - Tekkit Lite
Hello everyone, i just wrote a quick programm to display the Time on a Monitor with os.time() but then I got this Error: bios:338: [string startup]:6: '<name>' expected
Yes I know I'm new to CC and I dont know anything but I just got the following Code from a Youtube Video.
The Code:
monitor = pheripheral.wrap("back")
monitor.setTextScale(3)
while true do
sleep(0)
monitor.setCursorPos(1,1)
monitor.write(textutils.formatTime(os.time().true))
end
monitor.restore()
Thanks for your help in advance
Hello everyone, i just wrote a quick programm to display the Time on a Monitor with os.time() but then I got this Error: bios:338: [string startup]:6: '<name>' expected
Yes I know I'm new to CC and I dont know anything but I just got the following Code from a Youtube Video.
The Code:
monitor = pheripheral.wrap("back")
monitor.setTextScale(3)
while true do
sleep(0)
monitor.setCursorPos(1,1)
monitor.write(textutils.formatTime(os.time().true))
end
monitor.restore()
Thanks for your help in advance