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

No such modem: back

Started by Algeroch the Fox, 21 February 2015 - 02:31 PM
Algeroch the Fox #1
Posted 21 February 2015 - 03:31 PM
I need help with my login program or modem because when I launch the program it comes up with the error "startup:7: No such modem: back", however the code states that the modem is on the right, which it is:

local side = "right"
password_server = 210
rednet.open(side)

Thanks
Lyqyd #2
Posted 21 February 2015 - 08:29 PM
Moved to Ask a Pro.
Dog #3
Posted 21 February 2015 - 08:33 PM
Well, your error message indicates line 7, but you've only posted 3 lines of code. Please post your full code (between code tags) so we can see what you're working with.

Code tags:

[.CODE]
code here
[./CODE]

Just remove the dots before CODE and /CODE and it'll look like this…


code here