This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Enclave_reborn's profile picture

attempt to call nil

Started by Enclave_reborn, 09 July 2013 - 04:45 PM
Enclave_reborn #1
Posted 09 July 2013 - 06:45 PM
hi am new to this so im starting small I have a monitor set up on top of my computer with the following program and get an error attempt to call nil
monitor=peripheral.wrap("top")
monitor.setTextScale(5)
monitor.CursorPos(1,1)
monitor.write("WILFRED")
Lyqyd #2
Posted 09 July 2013 - 11:26 PM
Split into new topic.

It's setCursorPos, not just CursorPos.
Enclave_reborn #3
Posted 10 July 2013 - 02:40 AM
Thank you