Posted 22 January 2015 - 12:35 AM
I've been attempting to run the following code through a monitor as a display message:
mon = peripheral.wrap("left")
mon.clear()
mon.setTextScale(3)
mon.setCursorPos(1,1)
mon.setTextColour(colours.pink)
mon.write("Welcome to Rosewood")
However, I get the following error: Bios:366: .[string."Hello"]:6: .'<name>'.expected error. Could someone explain whats wrong?
mon = peripheral.wrap("left")
mon.clear()
mon.setTextScale(3)
mon.setCursorPos(1,1)
mon.setTextColour(colours.pink)
mon.write("Welcome to Rosewood")
However, I get the following error: Bios:366: .[string."Hello"]:6: .'<name>'.expected error. Could someone explain whats wrong?