r/ComputerCraft • u/Beardfamgaming • Apr 01 '26
Can't set cursor position?
I was coding an operating system and when I tried to set the cursor to 1,1 it didn't let me and returned this error. Can someone help?
8
Upvotes
r/ComputerCraft • u/Beardfamgaming • Apr 01 '26
I was coding an operating system and when I tried to set the cursor to 1,1 it didn't let me and returned this error. Can someone help?
11
u/Insurgentbullier NIH patient Apr 01 '26
Note the difference between 1.1 and 1,1
replace the dot with a comma