Posted 02 July 2012 - 11:12 PM
I'm just wondering if it would be possible to send more than 1 piece of information through rednet. Like instead of a message like
id,msg = rednet.receive()
it would be
id, msg, ext = rednet.receive()
where ext would contain an extra piece of information. I'm asking this because I'm making an ore handler and I need to send from one computer to another an amount and a type at the same time and check if the received value is lower than the stored value and every time I try the computer receiving says "attempt to compare string with number expected, got string"