19 posts
Posted 26 July 2012 - 12:17 PM
Hi I tried to make an big rule board whith monitors and i wanted textsize and cursor pos what did i do wrong in my code?
mon = peripheral.warp("right")
mon.clear()
mon.setTextScale(5)
mon.setCursorPos(3, 3)
mon.write("Hey everyone")
mon.setCursorPos(4, 4)
mon.write("its mointor")
mon.setCursorPos(7, 5)
mon.write("time")
992 posts
Posted 26 July 2012 - 12:58 PM
spelling
mon = peripheral.wrap("right")
mon.clear()
mon.setTextScale(5)
mon.setCursorPos(3, 3)
mon.write("Hey everyone")
mon.setCursorPos(4, 4)
mon.write("its mointor")
mon.setCursorPos(7, 5)
mon.write("time")
19 posts
Posted 26 July 2012 - 01:10 PM
what words did i missspell
19 posts
Posted 26 July 2012 - 01:17 PM
spelling
mon = peripheral.wrap("right")
mon.clear()
mon.setTextScale(5)
mon.setCursorPos(3, 3)
mon.write("Hey everyone")
mon.setCursorPos(4, 4)
mon.write("its mointor")
mon.setCursorPos(7, 5)
mon.write("time")
i cant see any diffrence
1548 posts
Location
That dark shadow under your bed...
Posted 26 July 2012 - 01:25 PM
peripheral.warp -> peripheral.wrap
19 posts
Posted 26 July 2012 - 01:27 PM
im sooo dumb
1548 posts
Location
That dark shadow under your bed...
Posted 26 July 2012 - 01:49 PM
lol, we all do it… trust me
992 posts
Posted 26 July 2012 - 01:51 PM
im sooo dumb
happens to me all the time I should have specified the line number of the error thought my apologizes.