Posted 03 December 2014 - 10:16 PM
so im making a simple chat program, but im trying to make it so read() can find out the ID, i've put
write("")
ID = read()
rednet.send(ID,"message")
so how do i make it so the program reads the read() as example instead of "example"
(the change there is the " " being around it, the big question is how do i make it so the system ignores the " "?)
write("")
ID = read()
rednet.send(ID,"message")
so how do i make it so the program reads the read() as example instead of "example"
(the change there is the " " being around it, the big question is how do i make it so the system ignores the " "?)